[PATCH] D14400: [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 29 13:01:08 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254263: [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x). (authored by davide).

Changed prior to commit:
  http://reviews.llvm.org/D14400?vs=39442&id=41353#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14400

Files:
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/log-pow-nofastmath.ll
  llvm/trunk/test/Transforms/InstCombine/log-pow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14400.41353.patch
Type: text/x-patch
Size: 5118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151129/eb9d01f0/attachment.bin>


More information about the llvm-commits mailing list