[PATCH] D57434: Optimize pow(X, 0.75) to sqrt(X) * sqrt(sqrt(X))

Whitney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 13:59:04 PST 2019


Whitney added a comment.

@evandro Added a test for AArch64.


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