search for: testdepend

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

2008 Aug 22
1
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...'ll focus and try to understand your interface design and choices. Here are my initial thoughts based on a quick read. The only interface provided by LoopMemDepAnalysis is "bool carriesDependence()" which may not be sufficient. But we can extend this. The ArrayDepTest provides testDependenc() as well as testPositions(). I'm not very clear about the testPositions(). Would it be possible for you to explain this ? One nit-pick, I see that some of the interfaces use tons of parameter, which is something I'd like reduce for ease of use. Thanks for posting your work. - De...