[llvm] [InstCombine] fold `(icmp eq/ne (and (shl -1, X), Y), 0)` -> `(icmp eq/ne (lshr Y, X), 0)` (PR #84691)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 10 13:34:22 PDT 2024
https://github.com/goldsteinn edited https://github.com/llvm/llvm-project/pull/84691
More information about the llvm-commits
mailing list