[PATCH] D41381: [InstCombine] Missed optimization in math expression: squashing exp(log), log(exp)
Dmitry Venikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 02:21:10 PST 2017
Quolyk created this revision.
Quolyk added reviewers: spatel, hfinkel, davide.
Related: https://reviews.llvm.org/D41322, https://reviews.llvm.org/D41286, https://reviews.llvm.org/D41283, https://reviews.llvm.org/D41342
https://reviews.llvm.org/D41381
Files:
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Transforms/InstCombine/exp-intrinsic.ll
test/Transforms/InstCombine/exp2-intrinsic.ll
test/Transforms/InstCombine/log-intrinsic.ll
test/Transforms/InstCombine/log2-intrinsic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41381.127475.patch
Type: text/x-patch
Size: 8828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/ce774e2b/attachment.bin>
More information about the llvm-commits
mailing list