Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Could you please add a negative test with a non-equality predicate? (We should not fold e.g. icmp ult.)
Paths
| Differential D145338
[InstCombine] Add tests for `(icmp eq/ne bitreverse(x), C)`; NFC ClosedPublic Authored by goldstein.w.n on Mar 5 2023, 5:19 PM.
Details
Diff Detail
Unit TestsFailed Event TimelineComment Actions Could you please add a negative test with a non-equality predicate? (We should not fold e.g. icmp ult.) Comment Actions
Done. This revision is now accepted and ready to land.Mar 6 2023, 2:17 PM Closed by commit rGa4bb08eaf4ac: [InstCombine] Add tests for `(icmp eq/ne bitreverse(x), C)`; NFC (authored by goldstein.w.n). · Explain WhyMar 6 2023, 6:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502486 llvm/test/Transforms/InstCombine/cmp-intrinsic.ll
|