[PATCH] D145338: [InstCombine] Add tests for `(icmp eq/ne bitreverse(x), C)`; NFC
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 10:30:46 PST 2023
goldstein.w.n added a comment.
In D145338#4170793 <https://reviews.llvm.org/D145338#4170793>, @nikic wrote:
> Could you please add a negative test with a non-equality predicate? (We should not fold e.g. `icmp ult`.)
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145338/new/
https://reviews.llvm.org/D145338
More information about the llvm-commits
mailing list