[llvm] [InstCombine] Fold `(select C, (x bin_op a), x) bin_op b` into `x bin_op select C, (a bin_op b), b` (PR #173511)

Gábor Spaits via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 24 13:50:40 PST 2025


https://github.com/spaits edited https://github.com/llvm/llvm-project/pull/173511


More information about the llvm-commits mailing list