[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #92907)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun May 26 12:18:24 PDT 2024
https://github.com/nikic edited https://github.com/llvm/llvm-project/pull/92907
More information about the llvm-commits
mailing list