[PATCH] D49273: [InstCombine] Expand the simplification of pow() involving exp{, 2}()

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 11:12:24 PDT 2018


evandro updated this revision to Diff 161291.
evandro retitled this revision from "[SLC] Expand the simplification of pow({e,2}, y) to exp{,2}(y)" to "[InstCombine] Expand the simplification of pow() involving exp{,2}()".
evandro edited the summary of this revision.
evandro set the repository for this revision to rL LLVM.
evandro added a comment.

Rebase after the preliminary patches https://reviews.llvm.org/rL340060 and https://reviews.llvm.org/rL340061.


Repository:
  rL LLVM

https://reviews.llvm.org/D49273

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/pow-1.ll
  llvm/test/Transforms/InstCombine/pow-exp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49273.161291.patch
Type: text/x-patch
Size: 9004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180817/a4061ab5/attachment.bin>


More information about the llvm-commits mailing list