Skip to content

Commit 8a5fb9f

Browse files
committed
fixup! [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 arithmetic operations
Rename defm
1 parent 815a3a4 commit 8a5fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4625,7 +4625,7 @@ let Predicates = [HasSVE2p3_or_SME2p3] in {
46254625

46264626
// SVE2 Add subtract/subtract pairwise
46274627
defm ADDSUBP_ZZZ : sve2_int_mul<0b111, "addsubp", null_frag>;
4628-
defm SUBP_ZPmZ : sve2_int_arith_pred<0b100001, "subp", null_frag>;
4628+
defm SUBP_ZPmZZ : sve2_int_arith_pred<0b100001, "subp", null_frag>;
46294629

46304630
// SVE2 integer absolute difference and accumulate long
46314631
defm SABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b0, "sabal">;

0 commit comments

Comments
 (0)