Skip to content

Commit

Permalink
[AArch64] Mark ptrue (predicate-as-counter) as rematerializable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesmalen-arm committed Oct 31, 2023
1 parent e8d5db2 commit 4b29e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/AArch64/SVEInstrFormats.td
Original file line number Diff line number Diff line change
Expand Up @@ -9249,6 +9249,7 @@ class sve2p1_ptrue_pn<string mnemonic, bits<2> sz, PNRP8to15RegOp pnrty, SDPatte
let Inst{2-0} = PNd;

let hasSideEffects = 0;
let isReMaterializable = 1;
}


Expand Down

0 comments on commit 4b29e8c

Please sign in to comment.