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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 16:07:46 PST 2015


davide updated this revision to Diff 39132.
davide added a comment.

Updated after second round of comments. Thank you for your review, David.


http://reviews.llvm.org/D14302

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

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


More information about the llvm-commits mailing list