<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 16, 2014 at 7:10 PM,  <span dir="ltr"><<a href="mailto:donney.blue@gmail.com" target="_blank">donney.blue@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":3z5" class="a3s" style="overflow:hidden">There is CostModel.cpp since LLVM3, I am wondering if anyone can give me an concrete example on how to use this pass to estimate cycles used in a given IR file.<br></div>
</blockquote></div><br>While others have given specific advice about using the cost model analysis, note that it isn't actually measuring the expected cycles. At best it is measuring the size / number of instructions in the LLVM IR.</div>
</div>