Displaying 1 result from an estimated 1 matches for "d21486".
2016 Jun 20
2
[GSoC 2016] Polly as an Analysis pass - Midterm report
...lyhedral
dependences for all the SCoP objects of a function.
3.
These patches are currently under review and I am incorporating changes
as suggested by the Polly community.
4.
Implemented first version of an interface to Polly's analysis passes-
PolyhedralInfo pass (D21486 <http://reviews.llvm.org/D21486>). Implemented
isParallel(Loop *) interface to check parallelism of a loop.
Pending Work:
1.
Complete the interface - PolyhederalInfo pass. Currently I am working on
providing more interfaces to check whether a loop is vectorizable or not
and...