Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could you please add a negative test with a non-equality predicate? (We should not fold e.g. icmp ult.)
Differential D145338
[InstCombine] Add tests for `(icmp eq/ne bitreverse(x), C)`; NFC goldstein.w.n on Sun, Mar 5, 5:19 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Could you please add a negative test with a non-equality predicate? (We should not fold e.g. icmp ult.) |