<div dir="ltr">I was looking for something along the lines of a pass that would statically (as opposed to dynamically during run time) profile a benchmark program based traversal of the branch conditions within functions.<br>
<br><div class="gmail_quote">On Wed, Aug 13, 2008 at 8:49 PM, Andrew Lenharth <span dir="ltr"><<a href="mailto:andrewl@lenharth.org">andrewl@lenharth.org</a>></span> 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><div></div><div class="Wj3C7c">On Wed, Aug 13, 2008 at 7:00 PM, Sean Soria <<a href="mailto:sean.soria@gmail.com">sean.soria@gmail.com</a>> wrote:<br>
> Is there currently a way to get static profiling information for a program<br>
> (e.g. an implementation of "Static Branch Frequency and Program Profile<br>
> Analysis" by Wu and Larus, or something more recent) using an LLVM pass?<br>
<br>
</div></div>the profiling code, which has bitrotted considerably, supports random<br>
sampling based profiling of any of the llvm profiling passes.<br>
<br>
Andrew<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></div>