Skip to content

Commit

Permalink
aarch64: Add @ to aarch64_get_lane<mode>
Browse files Browse the repository at this point in the history
This is a prerequisite for Mariam's CRC support.

gcc/
	* config/aarch64/aarch64-simd.md (aarch64_get_lane<mode>): Add
	"@" to the name.
  • Loading branch information
rsandifo-arm committed Dec 9, 2024
1 parent 4065bf7 commit 5a507b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/config/aarch64/aarch64-simd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4357,7 +4357,7 @@
;; RTL uses GCC vector extension indices throughout so flip only for assembly.
;; Extracting lane zero is split into a simple move when it is between SIMD
;; registers or a store.
(define_insn_and_split "aarch64_get_lane<mode>"
(define_insn_and_split "@aarch64_get_lane<mode>"
[(set (match_operand:<VEL> 0 "aarch64_simd_nonimmediate_operand" "=?r, w, Utv")
(vec_select:<VEL>
(match_operand:VALL_F16 1 "register_operand" "w, w, w")
Expand Down

0 comments on commit 5a507b5

Please sign in to comment.