[llvm] [InstCombine] Fold zero-guarded biased-shifted ctlz to drop the zero check (PR #210541)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 18 13:38:09 PDT 2026
nikic wrote:
This should be handled by simplifyWithOpReplaced(). Does it hit the recursion limit?
https://github.com/llvm/llvm-project/pull/210541
More information about the llvm-commits
mailing list