[PATCH] D51435: [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 08:57:55 PDT 2018


fhahn updated this revision to Diff 163349.
fhahn added a comment.

Thanks! Added a comment and additional test cases. Please let me know if the comment makes sense.


https://reviews.llvm.org/D51435

Files:
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InstCombine/pow-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51435.163349.patch
Type: text/x-patch
Size: 10047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/3e3ced5e/attachment-0001.bin>


More information about the llvm-commits mailing list