<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">This is an updated version of the dependence-analysis patch, including an MIV test based on Banerjee's inequalities.</div>
<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<div style="color:rgb(80,0,80)"><span style="color:rgb(34,34,34)">It's a fairly complete implementation of the paper</span></div><div><div style="color:rgb(80,0,80)"><br style="color:rgb(34,34,34)">
<blockquote style="color:rgb(34,34,34);margin:0px 0px 0px 40px;padding:0px;border:none">Practical Dependence Testing<br>Gina Goff, Ken Kennedy, and Chau-Wen Tseng<br>PLDI 1991</blockquote><br style="color:rgb(34,34,34)">
</div>
It cannot yet propagate constraints between coupled RDIV subscripts (discussed in Section 5.3.2 of the paper).<div style="color:rgb(80,0,80)"><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">It's organized as a FunctionPass with a single entry point that supports testing for dependence between two instructions in a function. If there's no dependence, it returns null. If there's a dependence, it returns a pointer to a Dependence which can be queried about details (what kind of dependence, is it loop independent, direction and distance vector entries, etc). I haven't included every imaginable feature, but there's a good selection that should be adequate for supporting many loop transformations. Of course, it can be extended as necessary.</span><br style="color:rgb(34,34,34)">

<br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">Included in the patch file are many test cases, commented with C code showing the loops and array references.</span></div></div><div><br></div></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">

Thanks,</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Preston</div><br>