[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y

Sanjay Patel spatel at rotateright.com
Mon Oct 6 12:41:55 PDT 2014


Closed by commit rL219139 (authored by @spatel).

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D5628

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/PowerPC/recipest.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5628.14470.patch
Type: text/x-patch
Size: 2455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141006/7c34f602/attachment.bin>


More information about the llvm-commits mailing list