<div dir="ltr"><div class="gmail_extra"><p dir="ltr" style="font-size:12.8px">Hi everyone, <br></p><p dir="ltr" style="font-size:12.8px">I'll be very thankful if anyone can help me. I want to extract the dependences details by using polly. <br></p><p dir="ltr" style="font-size:12.8px">I followed the following steps on example code matmul.c:<br></p><p dir="ltr" style="font-size:12.8px">1.  clang -S -emit-llvm matmul.c -o matmul.s<br></p><p dir="ltr" style="font-size:12.8px">2. opt -S -polly-canonicalize matmul.s > matmul.preopt.ll<br></p><p dir="ltr" style="font-size:12.8px">3.  opt -basicaa -polly-dependences -analyze matmul.preopt.ll<br></p><p dir="ltr" style="font-size:12.8px">But it doesn't show me the dependences. I have tried -debug also but still dependces are not shown.<br></p><p dir="ltr" style="font-size:12.8px">I'll be grateful if you can help me.<br></p><p dir="ltr" style="font-size:12.8px">Regards,</p><p dir="ltr" style="font-size:12.8px">Qamar<br><br><br><br></p></div></div>