search for: analyzesiv

Displaying 1 result from an estimated 1 matches for "analyzesiv".

2012 Mar 19
6
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...ks with single loop nest. We'd prefer that it also work with disjoint loops too, so we can do loop fusion. See Wolfe's "Optimizing Supercompilers for Supercomputers", page 18 and chapter 5. Instead of a set of Loop *, accumulate a set of loop levels (ints). - analyzeSIV - annoying to search for common loop again, since we had to find it to arrive here - want to be able to analyze references in disjoint loops as if already fused; will need to adapt SIV tests, since loop bounds aren't always available - the actual tests look o...