Thanks for disabling this after the bots had their fun.<div class="gmail_extra"><br></div><div class="gmail_extra">An update on these issues:</div><div class="gmail_extra"><br>On Sat, Sep 15, 2012 at 8:11 AM, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@googlemail.com" target="_blank" class="cremed">benny.kra@googlemail.com</a>></span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What we have so far:<br>
- Some clang test failures (these were known already)<br>
<br>
- Perf results are mixed, some big regressions<br>
  <a href="http://llvm.org/perf/db_default/v4/nts/3844" target="_blank" class="cremed">http://llvm.org/perf/db_default/v4/nts/3844</a><br>
  <a href="http://llvm.org/perf/db_default/v4/nts/3845" target="_blank" class="cremed">http://llvm.org/perf/db_default/v4/nts/3845</a><br>
<br>
  bullet suffers a lot. matmul is interesting: slower scalar code, faster with -vectorize.<br></blockquote><div><br></div><div>matmul is a RA deficiency in scalar code. the spills are poorly selected / scheduled and the result is slower code. The IR is *significantly* better, which is what allows the vectorizer to go to town on it.</div>
<div><br></div><div>bullet is a bug in the new SROA pass that I'm working on. we essentially fail to do SROA on most of the most important functions. wow bad.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- Some dragonegg selfhost bots crash in SROA during selfhost now<br>
  <a href="http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux-gcc-4.6-self-host-checks/builds/1632" target="_blank" class="cremed">http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux-gcc-4.6-self-host-checks/builds/1632</a><br>

  <a href="http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux-gcc-4.5-self-host/builds/1891" target="_blank" class="cremed">http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux-gcc-4.5-self-host/builds/1891</a></blockquote>
<div><br></div><div>Duncan has sent me some repro steps and I'm going to look into that next too.</div></div></div>