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 815a3a4 commit 8a5fb9fCopy full SHA for 8a5fb9f
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
@@ -4625,7 +4625,7 @@ let Predicates = [HasSVE2p3_or_SME2p3] in {
4625
4626
// SVE2 Add subtract/subtract pairwise
4627
defm ADDSUBP_ZZZ : sve2_int_mul<0b111, "addsubp", null_frag>;
4628
- defm SUBP_ZPmZ : sve2_int_arith_pred<0b100001, "subp", null_frag>;
+ defm SUBP_ZPmZZ : sve2_int_arith_pred<0b100001, "subp", null_frag>;
4629
4630
// SVE2 integer absolute difference and accumulate long
4631
defm SABAL_ZZZ : sve2_int_two_way_absdiff_accum_long<0b0, "sabal">;
0 commit comments