Displaying 2 results from an estimated 2 matches for "dangui".
2018 Feb 07
1
A Study on "Dependence capturing strength" of four Dependence Analyzers in LLVM on SPEC 2017 benchmarks
Hi,
I am Adil Arun Dangui, a 3rd year B.Tech student at IIT Hyderabad with a
CGPA of 9.17. I am interested in Compilers, Compiler Optimizations and
excited about LLVM and Polly. I have some familiarity of LLVM structure as
we studied it in the Compiler Engineering course at IITH.
Here
<https://github.com/Adildangui/A-s...
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 HTML attachment was scrubbed...
URL: