[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 08:16:32 PDT 2018


spatel updated this revision to Diff 164049.
spatel added a comment.

Patch updated:
Added ARM (Thumb) tests. No changes otherwise.


https://reviews.llvm.org/D51630

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

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


More information about the llvm-commits mailing list