<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 25, 2016 at 2:03 PM, Sanjay Patel <span dir="ltr"><<a href="mailto:spatel@rotateright.com" target="_blank">spatel@rotateright.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">spatel added a comment.<br>
<span class=""><br>
In <a href="http://reviews.llvm.org/D19435#411143" rel="noreferrer" target="_blank">http://reviews.llvm.org/D19435#411143</a>, @davidxl wrote:<br>
<br>
> What is the motivation for this change? Current weight distribution 64:4 is not strong enough for if conversion to not generate cmov?<br>
<br>
<br>
</span>Yes - 4:64 is 5.88%. I don't think we can safely convert to a branch in that case. We would have to consider mispredict penalty at that point. Please see <a href="http://reviews.llvm.org/D19488" rel="noreferrer" target="_blank">http://reviews.llvm.org/D19488</a>.<br></blockquote><div><br></div><div>I will take a look at at patch.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
But that is not the only reason: builtin_expect() is a programmer override that should affect BB placement too (although this doesn't work today AFAIK). </blockquote><div><br></div><div>It should work as the BB layout uses 80% as the threshold to follow successors. Do you have evidence that it does not work for block layout?<br></div><div><br></div><div>David</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We should set the weights to the extreme values to ensure that happens regardless of other weights that are based on profile data or heuristics. I noticed this could be a problem while looking at test/Transforms/LoopUnswitch/cold-loop.ll (notice the "100000000" branch weight).<br>
<br>
<br>
<a href="http://reviews.llvm.org/D19435" rel="noreferrer" target="_blank">http://reviews.llvm.org/D19435</a><br>
<br>
<br>
<br>
</blockquote></div><br></div></div>