Thanks for the quick reply. Created Bug 2253: <a href="http://llvm.org/bugs/show_bug.cgi?id=2253">http://llvm.org/bugs/show_bug.cgi?id=2253</a><br><br>- Prakash<br><br><div class="gmail_quote">On Sat, Apr 26, 2008 at 2:15 PM, Nick Lewycky <<a href="mailto:nicholas@mxc.ca">nicholas@mxc.ca</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Prakash Prabhu wrote:<br>
> I am trying to add a new loop pass in which I making a call to get the<br>
> trip count of the loop using<br>
><br>
> Value *TripCountValue = L->getTripCount()<br>
<br>
</div>That should work.<br>
<br>
Could you file a bug and attach the bytecode after 'opt -indvars<br>
-loop-rotate'? I would need that to determine why LoopInfo::getTripCount<br>
isn't returning any value.<br>
<br>
Nick<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>
</blockquote></div><br>