search for: loopinto

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

Did you mean: loopinfo
2008 Mar 14
2
[LLVMdev] Loop depth concept
Hi, I'm working on a simple data dependence analysis pass. I think it would be more natural (in the API and internally) if loops in nests were numbered from 0 than, as it's currently done, from 1. For example, in the former case the loop depth could be directly used to index a direction vector. IMHO it would be more clear in general, not only in the context of my project. Off course,