[llvm-dev] https://reviews.llvm.org/D41659 Needs review.
ADIL ARUN DANGUI via llvm-dev
llvm-dev at lists.llvm.org
Tue Jan 2 00:56:56 PST 2018
https://reviews.llvm.org/D41659
Implemented missing trigonometric optimization in llvm.
Here we have implemented the following missing trigonometric optimizations.
1. tan(x)*cos(x)=sin(x)
2. sin(x)*cos(x) = sin(2*x)/2
3. sin(x)/tan(x)=cos(x);
4. tan(x)/sin(x)=1/cos(x);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180102/c81f14f8/attachment.html>
More information about the llvm-dev
mailing list