We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1530f commit 815a3a4Copy full SHA for 815a3a4
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
@@ -4631,7 +4631,7 @@ let Predicates = [HasSVE2p3_or_SME2p3] in {
4631
defm SABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b0, "sabal">;
4632
defm UABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b1, "uabal">;
4633
4634
-} // End HasSME2p2orSVE2p2
+} // End HasSME2p3orSVE2p3
4635
4636
//===----------------------------------------------------------------------===//
4637
// SME2.2 or SVE2.2 instructions - Legal in streaming mode iff target has SME2p2
0 commit comments