[AArch64][SVE] NFC: extend tests for flag-setting predicate instructions
authorCullen Rhodes <cullen.rhodes@arm.com>
Tue, 25 Oct 2022 08:28:12 +0000 (08:28 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Tue, 25 Oct 2022 09:02:20 +0000 (09:02 +0000)
commit5621caeb8248a66c7d52b8148426530a0b559d86
tree4f13aed6ebf6cfb6a8719a8626e6f034a77fda09
parent1f23cf4e5038e0f984fc366881a0858775040bf5
[AArch64][SVE] NFC: extend tests for flag-setting predicate instructions

A follow on patch will extend existing

  PTEST(PG, OP(PG, ...)) -> OP_FLAG_SETTING(PG, ...)

optimization in AArch64InstrInfo::optimizePTestInstr to cover more of
the flag-setting instructions

Reviewed By: peterwaller-arm

Differential Revision: https://reviews.llvm.org/D136161
llvm/test/CodeGen/AArch64/sve-ptest-removal-brk.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-log.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sve-ptest-removal-ptrue.ll [new file with mode: 0644]