[llvm] [InstCombine] Fold `umax(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umax(x, y))` and `umin(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umin(x, y))` (PR #131076)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 00:16:08 PDT 2025


https://github.com/el-ev edited https://github.com/llvm/llvm-project/pull/131076


More information about the llvm-commits mailing list