[PATCH] D146347: [InstCombine] Improve transforms for `(mul X, Y)` -> `(shl X, log2(Y)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 18 13:51:34 PDT 2023
goldstein.w.n updated this revision to Diff 506321.
goldstein.w.n added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146347/new/
https://reviews.llvm.org/D146347
Files:
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/test/Transforms/InstCombine/mul-pow2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146347.506321.patch
Type: text/x-patch
Size: 4909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230318/a2bea538/attachment.bin>
More information about the llvm-commits
mailing list