[PATCH] D102698: [InstCombine] Relaxed constraints of uses for exp(X) * exp(Y) -> exp(X + Y) and exp2(X) * exp2(Y) -> exp2(X + Y)
Daniil Seredkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 06:40:28 PDT 2021
vdsered updated this revision to Diff 346436.
vdsered edited the summary of this revision.
vdsered added a reviewer: efriedma.
vdsered added a comment.
Updating diff
1. Fixed warnings of clang-tidy
2. Refactored implementation for this patch
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102698/new/
https://reviews.llvm.org/D102698
Files:
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Transforms/InstCombine/fmul-exp.ll
llvm/test/Transforms/InstCombine/fmul-exp2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102698.346436.patch
Type: text/x-patch
Size: 4275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/53ced1d2/attachment.bin>
More information about the llvm-commits
mailing list