[PATCH] D14302: [SimplifyLibCalls] Add a new transform: tan(atan(x)) -> x

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 15:39:28 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL252098: [SimplifyLibCalls] New transformation: tan(atan(x)) -> x (authored by davide).

Changed prior to commit:
  http://reviews.llvm.org/D14302?vs=39132&id=39277#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14302

Files:
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/tan-nofastmath.ll
  llvm/trunk/test/Transforms/InstCombine/tan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14302.39277.patch
Type: text/x-patch
Size: 4258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/0bb19d2a/attachment.bin>


More information about the llvm-commits mailing list