[llvm] [llvm] [InstCombine] fold "icmp eq (X + (V - 1)) & -V, X" to "icmp eq (and X, V - 1), 0" (PR #152851)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 00:21:58 PDT 2025
nikic wrote:
You can go ahead and merge.
https://github.com/llvm/llvm-project/pull/152851
More information about the llvm-commits
mailing list