<div dir="ltr">This should definitely not happen on the same bitcode using the same binaries and compile flags. Please file a bug and attach the bitcode if you can?<div><br></div><div>Thanks.</div><div><br></div><div>-eric</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 5:42 PM, Raphael Ernani Rodrigues <span dir="ltr"><<a href="mailto:raphael@dcc.ufmg.br" target="_blank">raphael@dcc.ufmg.br</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I'm having a little problem with passes that use LoopInfo. Their statistics aren't the same when I execute the same pass multiple times in the same program.</div>
<div>

<br></div><div>After some investigation, I've found out that LoopInfo is the root of the problem.</div><div><br></div><div>I wrote a little pass that counts the loop headers (number of basic blocks for which LoopInfo.isLoopHeader(BB) is true). I've picked one of the programs in the LLVM test suite benchmarks and in three consecutive tests the number of loop headers was different.</div>


<div><br></div><div>Does anybody know if this behavior is correct? If so, I would like to know the logic behind this pass.</div><div><br></div><div>Thanks,</div><div><br></div><div>Raphael Ernani</div>

<div><br></div><div><br></div><div>P.S.: Here is the output (a similar variation occurs when I run my pass without -mem2reg, -instnamer, and -break-crit-edges):</div><div><br></div><div><div>

raphael@ubuntu:~/llvm-3.3/projects/test-suite/SingleSource/Benchmarks/Stanford/Output$ opt -mem2reg -instnamer -break-crit-edges -load MyModule.so -my-counter -stats Oscar.linked.rbc -f >/dev/null</div><div>===-------------------------------------------------------------------------===</div>


<div>                          ... Statistics Collected ...</div><div>===-------------------------------------------------------------------------===</div><div><br></div><div>12 NaturalLoopAnalysis - Number of Loop Headers</div>


<div> 8 break-crit-edges    - Number of blocks inserted</div><div>23 mem2reg             - Number of PHI nodes inserted</div><div>38 mem2reg             - Number of alloca's promoted</div><div>20 mem2reg             - Number of alloca's promoted with a single store</div>


<div><br></div><div>raphael@ubuntu:~/llvm-3.3/projects/test-suite/SingleSource/Benchmarks/Stanford/Output$ opt -mem2reg -instnamer -break-crit-edges -load MyModule.so -my-counter -stats Oscar.linked.rbc -f >/dev/null</div>


<div>===-------------------------------------------------------------------------===</div><div>                          ... Statistics Collected ...</div><div>===-------------------------------------------------------------------------===</div>


<div><br></div><div>13 NaturalLoopAnalysis - Number of Loop Headers</div><div> 8 break-crit-edges    - Number of blocks inserted</div><div>23 mem2reg             - Number of PHI nodes inserted</div><div>38 mem2reg             - Number of alloca's promoted</div>


<div>20 mem2reg             - Number of alloca's promoted with a single store</div><div><br></div><div>raphael@ubuntu:~/llvm-3.3/projects/test-suite/SingleSource/Benchmarks/Stanford/Output$ opt -mem2reg -instnamer -break-crit-edges -load MyModule.so -my-counter -stats Oscar.linked.rbc -f >/dev/null</div>


<div>===-------------------------------------------------------------------------===</div><div>                          ... Statistics Collected ...</div><div>===-------------------------------------------------------------------------===</div>


<div><br></div><div>11 NaturalLoopAnalysis - Number of Loop Headers</div><div> 8 break-crit-edges    - Number of blocks inserted</div><div>23 mem2reg             - Number of PHI nodes inserted</div><div>38 mem2reg             - Number of alloca's promoted</div>


<div>20 mem2reg             - Number of alloca's promoted with a single store</div><div><br></div></div><div><br></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>