[llvm] [InstCombine] Fold shift of boolean zext to logic sequence (PR #180596)
Gergo Stomfai via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 13 10:12:15 PST 2026
================
----------------
stomfaig wrote:
Thanks for pointing this out.
It seems that some binops (e.g. `and`) are already capable folding all their input patterns (with `sext`/`zext`/`select`). I will not add any tests there.
https://github.com/llvm/llvm-project/pull/180596
More information about the llvm-commits
mailing list