[llvm] [InstCombine] Enable folding of (select C, (x bin_op a), x) bin_op b -> x bin_op select C, (a bin_op b), b (PR #172662)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 21 00:46:38 PST 2025


https://github.com/nikic edited https://github.com/llvm/llvm-project/pull/172662


More information about the llvm-commits mailing list