Displaying 1 result from an estimated 1 matches for "d41659".
Did you mean:
d41653
2018 Jan 02
1
https://reviews.llvm.org/D41659 Needs review.
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 HTM...