[AArch64] Add tests with sign cmps patterns that can be improved.
authorFlorian Hahn <flo@fhahn.com>
Fri, 12 Feb 2021 09:29:02 +0000 (09:29 +0000)
committerFlorian Hahn <flo@fhahn.com>
Fri, 12 Feb 2021 10:09:10 +0000 (10:09 +0000)
commit6103ba4a7e228ad6bcb82f484687a6b0b63aca05
tree49fccef4b803f03ee584d659ab5af409e5ff53c0
parent18f16c945f52c1125b2f92a51f9dc159cb0875d1
[AArch64] Add tests with sign cmps patterns that can be improved.

Some of the sign patterns can be optimized to or & asr, which requires
fewer instructions.
llvm/test/CodeGen/AArch64/cmp-select-sign.ll [new file with mode: 0644]