[PATCH] D50900: [SimplifyLibCalls] Support pow(x, -0.5) in replacePowWithSqrt without NSZ/noInfs.
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 17 14:17:01 PDT 2018
evandro added a comment.
In https://reviews.llvm.org/D50900#1204771, @fhahn wrote:
> 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?
No, I don't think that we'll repeat ourselves on this one. LOL Go ahead.
https://reviews.llvm.org/D50900
More information about the llvm-commits
mailing list