Skip to content

Commit 4b29e8c

Browse files
committed
[AArch64] Mark ptrue (predicate-as-counter) as rematerializable.
1 parent e8d5db2 commit 4b29e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AArch64/SVEInstrFormats.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9249,6 +9249,7 @@ class sve2p1_ptrue_pn<string mnemonic, bits<2> sz, PNRP8to15RegOp pnrty, SDPatte
92499249
let Inst{2-0} = PNd;
92509250

92519251
let hasSideEffects = 0;
9252+
let isReMaterializable = 1;
92529253
}
92539254

92549255

0 commit comments

Comments
 (0)