[InstCombine] Baseline tests for reducing icmp x, ~x and icmp ~x, x
Baseline tests for this patch https://reviews.llvm.org/D133328
Paths
| Differential D133330
[InstCombine] Baseline tests for reducing icmp x, ~x and icmp ~x, x AcceptedPublic Authored by tianz on Sep 5 2022, 4:07 PM.
Details
Summary [InstCombine] Baseline tests for reducing icmp x, ~x and icmp ~x, x Baseline tests for this patch https://reviews.llvm.org/D133328
Diff Detail Event Timeline
Comment Actions LGTM - if you do not have commit access, please specify name and email to use as patch author.
This revision is now accepted and ready to land.Sep 28 2022, 7:48 AM
Revision Contents
Diff 463420 llvm/test/Transforms/InstCombine/icmp-not.ll
|
As suggested in the other review, it would be better to give each test a descriptive name. I'd remove the "_1" suffixes and replace "_2" with "_swapped" or "_commuted".