[PATCH] D50900: [SimplifyLibCalls] Support pow(x, -0.5) in replacePowWithSqrt without NSZ/noInfs.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 17 14:09:30 PDT 2018
fhahn added a comment.
In https://reviews.llvm.org/D50900#1204646, @evandro wrote:
> Can you please rebase it, for https://reviews.llvm.org/D50036 touched the same function?
Will do, thanks!
We were also thinking about expanding ` pow(x, n+0.5) -> x * x * x * ... * sqrt(x)`. Is this something you have also planned on adding?
https://reviews.llvm.org/D50900
More information about the llvm-commits
mailing list