[PATCH] D51630: [DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 10:03:16 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341481: [DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x)) (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51630?vs=164049&id=164059#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51630

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51630.164059.patch
Type: text/x-patch
Size: 16228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180905/4b64557f/attachment.bin>


More information about the llvm-commits mailing list