[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #90295)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 19:16:46 PDT 2024
AtariDreams wrote:
@nikic I moved the fold to X special cases to analysis, and the rest remain intact. This now is good to merge!
https://github.com/llvm/llvm-project/pull/90295
More information about the llvm-commits
mailing list