If OP in PTEST(PG, OP(PG, ...)) has a flag-setting variant change the
opcode so the PTEST becomes redundant. This patch extends this existing
optimization in AArch64::optimizePTestInstr to cover all flag-setting
opcodes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, one nit.
llvm/test/CodeGen/AArch64/sve-ptest-removal-brk.ll | ||
---|---|---|
58 | Does this want warrant a comment above it that it's a negtest, or in the name? (otherwise it looks like it's covered by the comment at the top of the file, that these should be removed). |
Does this want warrant a comment above it that it's a negtest, or in the name? (otherwise it looks like it's covered by the comment at the top of the file, that these should be removed).