[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #93572)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 03:12:38 PDT 2024
https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/93572
More information about the llvm-commits
mailing list