[AArch64][SVE] NFC: Add test-case to sve-ptest-removal-cmp* tests
authorSander de Smalen <sander.desmalen@arm.com>
Fri, 15 Jul 2022 12:46:42 +0000 (13:46 +0100)
committerSander de Smalen <sander.desmalen@arm.com>
Tue, 26 Jul 2022 14:07:41 +0000 (15:07 +0100)
commit5a594c28315d8b458e626aa2d88de7c1e1b96689
treeefbb1fd407fc55d7731b23a510d0f94c94be46b5
parentb6374437af39af66896da74a1dc1b8a0ece26bee
[AArch64][SVE] NFC: Add test-case to sve-ptest-removal-cmp* tests

This also adds new sve-ptest tests for FP compares that will retain
the ptest.

This also includes a few other NFC changes:
* Added type mangling to ptest.any intrinsic.
* Regenerated asm using update_llc_tests script.
12 files changed:
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpeq.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpeq.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpge.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpgt.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphi.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphs.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmple.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmplo.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpls.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmplt.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpne.ll
llvm/test/CodeGen/AArch64/sve-ptest.ll [new file with mode: 0644]