[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:55:48 PST 2019


Whitney updated this revision to Diff 184364.

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57434/new/

https://reviews.llvm.org/D57434

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/pow.75.ll
  llvm/test/CodeGen/ARM/pow.75.ll
  llvm/test/CodeGen/PowerPC/pow.75.ll
  llvm/test/CodeGen/X86/pow.75.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57434.184364.patch
Type: text/x-patch
Size: 17704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190130/54abdc9c/attachment.bin>


More information about the llvm-commits mailing list