<div dir="ltr">Hi,<div><br></div><div>I am using LAI->getDependences(), It returns a vector of Dependence objects in a Loop.</div><div>If the loop is un-analyzable or parallel, an empty list is returned.</div><div><br></div><div><b>for example:</b></div><div><br></div><div><b>Loop A:</b></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">for (int i = 0; i < N; i ++) {</span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">        a[i] = c[i] + d[i];</span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">        b[i] = c[i] * d[i];</span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">}</span></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><b>Loop B:</b></span></div><div><font color="#263238" face="Roboto, sans-serif"><span style="font-size:13px">for (int i = 0; i < N; i++) {</span></font></div><div><font color="#263238" face="Roboto, sans-serif"><span style="font-size:13px">     </span></font><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">a[b[i]] = c[i] + d[i];</span></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">     c[i] = c[i  - 1] + 1; </span></div><div><font color="#263238" face="Roboto, sans-serif"><span style="font-size:13px">}</span></font></div><div><br></div><div>Loop A is parallel and Loop B has non-simple dependences(LAI bails out) for both the cases we get an empty set of dependences.</div><div><br></div><div>Is there an API that can tell if LAI was successful in dependence computation?</div><div><br></div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Regards,</div><div>DTharun</div></div></div></div></div></div></div></div></div></div>

<br>
<span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(34,34,34);vertical-align:baseline;white-space:pre-wrap;background-color:yellow">Disclaimer:- </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-size:small">This </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-size:small">footer text is to convey that this email is sent by one of the </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-size:small">users of IITH. So, do not mark it as SPAM.</span></p></span>