[PATCH] D49040: [SLC] Simplify pow(x, 0.333...) to cbrt(x)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 12:12:55 PDT 2018


evandro updated this revision to Diff 154674.
evandro marked an inline comment as done.
evandro edited the summary of this revision.
evandro added a comment.

Enable handling of `float`.


https://reviews.llvm.org/D49040

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49040.154674.patch
Type: text/x-patch
Size: 7586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/98a47567/attachment.bin>


More information about the llvm-commits mailing list