[PATCH] fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)

Sanjay Patel spatel at rotateright.com
Thu Oct 16 11:58:53 PDT 2014


Closed by commit rL219944 (authored by @spatel).

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D5787

Files:
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/fast-math.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5787.15034.patch
Type: text/x-patch
Size: 11820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141016/46462b0d/attachment.bin>


More information about the llvm-commits mailing list