<div dir="ltr">Hello,<div><br><div>I want to identify and classify whether a dependence is a loop carried or loop independent dependence by observing how the dependence checker of the Loop Access Analysis pass works. </div><div><br></div><div>It currently classifies the dependencies into NoDep, Unknown, Forward, ForwardButPreventsForwarding, Backward, BackwardVectorizable, BackwardVectorizableButPreventsForwarding.</div><div><br></div><div>So, is there a way I can use the information provided by LAA to classify the dependencies into loop carried or loop independent dependence. </div><div>For example, we know that all backward dependencies are loop-carried.</div><div><br></div><div>Also, I will prefer not to use DependenceAnalysis for this purpose.<br></div><div><br></div><div>Thank you</div><div>Vijay</div><div><br></div></div></div>