[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
Tue Aug 21 04:08:10 PDT 2018
fhahn abandoned this revision.
fhahn added a comment.
Looks like we do not need this after https://reviews.llvm.org/D50036, because 1/+inf gets folded to +0.
https://reviews.llvm.org/D50900
More information about the llvm-commits
mailing list