They currently show that the not equal case may be improved.
See PR42876
Paths
| Differential D65801
[NFC] Add tests for boolean comparisons ClosedPublic Authored by rogfer01 on Aug 6 2019, 5:46 AM.
Details
Summary They currently show that the not equal case may be improved. See PR42876
Diff Detail Event Timelinerogfer01 added a child revision: D65802: [DAGCombiner] Rebuild (setcc x, y, ==) from (xor (xor x, y), 1).Aug 6 2019, 5:49 AM This revision is now accepted and ready to land.Aug 6 2019, 11:16 AM Herald added subscribers: luismarques, sameer.abuasal, pzheng and 2 others. · View Herald TranscriptApr 13 2020, 3:18 AM Closed by commit rG2b6215f188bf: [NFC] Add tests for boolean comparisons (authored by rogfer01). · Explain WhyJul 15 2020, 12:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 256950 llvm/test/CodeGen/AArch64/cmp-bool.ll
llvm/test/CodeGen/ARM/cmp-bool.ll
llvm/test/CodeGen/RISCV/cmp-bool.ll
llvm/test/CodeGen/X86/cmp-bool.ll
|