[llvm] [InstCombine] Fold (mul (shl X, C), Y) -> (shl (mul X, Y), C) when the shift has one use (PR #95466)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 15 08:31:32 PDT 2024


https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/95466


More information about the llvm-commits mailing list