I'd prefer if numbers were collected indicating which thresholds worked best.<br><br>On Thursday, December 10, 2015, Ivan Baev <<a href="mailto:ibaev@codeaurora.org">ibaev@codeaurora.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ivanbaev added a comment.<br>
<br>
Hi Chad, thanks for helping with that. Is compile-time increase the remaining problem?<br>
One quick fix could be to change 100  to 10 for the max number on non-local attempts in a function:<br>
<br>
  static const unsigned MaxNonLocalAttempts = 100;<br>
<br>
We've chosen 100 arbitrarily. The newly added DSE tests should pass with 10.<br>
<br>
Ivan<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D13363" target="_blank">http://reviews.llvm.org/D13363</a><br>
<br>
<br>
<br>
</blockquote>