Skip to content

Commit 815a3a4

Browse files
committed
fixup! [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 arithmetic operations
Fix typo in comment
1 parent cb1530f commit 815a3a4

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
@@ -4631,7 +4631,7 @@ let Predicates = [HasSVE2p3_or_SME2p3] in {
46314631
defm SABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b0, "sabal">;
46324632
defm UABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b1, "uabal">;
46334633

4634-
} // End HasSME2p2orSVE2p2
4634+
} // End HasSME2p3orSVE2p3
46354635

46364636
//===----------------------------------------------------------------------===//
46374637
// SME2.2 or SVE2.2 instructions - Legal in streaming mode iff target has SME2p2

0 commit comments

Comments
 (0)