[llvm] [InstCombine] fold `(icmp eq/ne (and (shl -1, X), Y), 0)` -> `(icmp eq/ne (lshr Y, X), 0)` (PR #84691)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 13:50:37 PDT 2024


https://github.com/nikic approved this pull request.

LG

https://github.com/llvm/llvm-project/pull/84691


More information about the llvm-commits mailing list