<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - 22% performance degradation in SciMark2's Sparse matmult benchmark"
   href="http://llvm.org/bugs/show_bug.cgi?id=22589">22589</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>22% performance degradation in SciMark2's Sparse matmult benchmark
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>howarth.mailing.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>There is a serious 22% performance degradation in the code generated for the
Sparse matmult benchmark of SciMark2 in the 3.6 release branch clang compiler
as well as the current svn trunk clang compiler.

Building the sources from <a href="http://math.nist.gov/scimark2/scimark2_1c.zip">http://math.nist.gov/scimark2/scimark2_1c.zip</a> with...

make CFLAGS="-O3 -march=native"

on x86_64-apple-darwin14 reveals timings of...

 998.439+/-0.482 for the clang 3.5.1 release compilers

 1217.363+/-1.1004 for the clang 3.6 release branch compilers

This problem not to exist in current llvm/clang svn trunk.

 989.315+/-0.686

I'll try to do a inverse-regression hunt in current trunk and see at what
recent commit the performance regression in the Sparse matmult benchmark
disappeared.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>