search for: 012185

Displaying 2 results from an estimated 2 matches for "012185".

Did you mean: 112185
2008 Mar 16
0
[LLVMdev] Array Dependence Analysis
...as analysis as the base for the array dependence analysis. Fortunately, using Data Structure or Andersen's AA for the whole program can provide really good results. Also, on this list I was advised some time ago to look at the Omega test: http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-January/012185.html Having taken a look at the Omega library interface I think it shouldn't be a complex task to use it for dependence testing. I'm thinking of adding it to my implementation in the future. It could probably replace Banerjee test. If you're interested, I advise to use the version patch...
2008 Mar 15
4
[LLVMdev] Array Dependence Analysis
As part of the advanced compilers course semester project (at UIUC), we are starting to implement array dependence analysis for LLVM. As of now we are considering GCD and Banerjee tests. Any suggestion on features, tests and/or interface are welcome. Our deadline is at the beginning of may so hopefully by then we will have a working prototype to submit. -- Alexandre X. Duchâteau & Albert