[PATCH] D51753: [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 16 09:51:54 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342348: [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51753?vs=164283&id=165682#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51753

Files:
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/IR/RuntimeLibcalls.def
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/test/CodeGen/X86/pow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51753.165682.patch
Type: text/x-patch
Size: 8675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180916/b9f94874/attachment.bin>


More information about the llvm-commits mailing list