[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 14:06:24 PST 2025
https://github.com/spaits ready_for_review https://github.com/llvm/llvm-project/pull/173511
More information about the llvm-commits
mailing list