[PATCH] D57434: Optimize pow(X, 0.75) to sqrt(X) * sqrt(sqrt(X))
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 04:19:53 PST 2019
nemanjai added a comment.
Whitney, if you don't have commit access let me know and I can commit this for you. If so, I'll fix the `REQUIRES: asserts` in the test cases and fix the no-signed-zeros requirement on the commit.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57434/new/
https://reviews.llvm.org/D57434
More information about the llvm-commits
mailing list