[NFC] Add tests for boolean comparisons
authorRoger Ferrer Ibanez <roger.ferrer@bsc.es>
Wed, 7 Aug 2019 12:43:07 +0000 (12:43 +0000)
committerRoger Ferrer Ibanez <roger.ferrer@bsc.es>
Wed, 15 Jul 2020 07:33:43 +0000 (07:33 +0000)
commit2b6215f188bf862d5a551499764121d91fd6e6ea
tree591cca6acf674e48479414372b25c70424a091cb
parentd431951343cdaa301cbd72743fde8114b93f9d33
[NFC] Add tests for boolean comparisons

They currently show that the not equal case may be improved.

See PR42876

Differential Revision: https://reviews.llvm.org/D65801
llvm/test/CodeGen/AArch64/cmp-bool.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/cmp-bool.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/cmp-bool.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/cmp-bool.ll [new file with mode: 0644]