[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 11:50:43 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353557: [DAGCombine] Optimize pow(X, 0.75) to sqrt(X) * sqrt(sqrt(X)) (authored by nemanjai, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57434?vs=184364&id=186020#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57434

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57434.186020.patch
Type: text/x-patch
Size: 18316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190208/494afff0/attachment-0001.bin>


More information about the llvm-commits mailing list