[InstCombine] Add transform `(icmp eq/ne bitreverse(x), C)` -> `(icmp eq/ne x, bitreverse(C))`
EQ: https://alive2.llvm.org/ce/z/TESofr NE: https://alive2.llvm.org/ce/z/mwloaT Reviewed By: nikic Differential Revision: https://reviews.llvm.org/D145339
Loading
Please sign in to comment