[llvm] [InstCombine] Fold (trunc X to i1) & !iszero(X & Pow2)) -> (X & (1 | Pow2)) == (1 | Pow2) (PR #119196)

Andreas Jonson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 08:30:04 PST 2025


https://github.com/andjo403 closed https://github.com/llvm/llvm-project/pull/119196


More information about the llvm-commits mailing list