[llvm] [llvm] [InstCombine] fold "icmp eq (X + (V - 1)) & -V, X" to "icmp eq (and X, V - 1), 0" (PR #152851)
Pavel Skripkin via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 13 23:31:05 PDT 2025
pskrgag wrote:
Should i wait for CI to become green, or I can merge now?
https://github.com/llvm/llvm-project/pull/152851
More information about the llvm-commits
mailing list