<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 --- - chromium libyuv source runs out of registers during register allocation"
   href="http://llvm.org/bugs/show_bug.cgi?id=15837">15837</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>chromium libyuv source runs out of registers during register allocation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </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>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dimitry@andric.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>Created <span class=""><a href="attachment.cgi?id=10421" name="attach_10421" title="Runs out of registers when built with -O2 -fPIC -m32">attachment 10421</a> <a href="attachment.cgi?id=10421&action=edit" title="Runs out of registers when built with -O2 -fPIC -m32">[details]</a></span>
Runs out of registers when built with -O2 -fPIC -m32

A subcomponent of Chromium failed to compile with relatively recent clang 3.3,
giving the following error messages:

third_party/libyuv/source/row_posix.cc:1818:5: error: ran out of registers
during register allocation
    "movdqa    %[kShuffleMaskARGBToRGB24_0],%%xmm5 \n"
    ^
third_party/libyuv/source/row_posix.cc:1873:5: error: ran out of registers
during register allocation
    "movdqa    %[kShuffleMaskARGBToRAW_0],%%xmm5 \n"
    ^

Compilation flags: -O2 -fPIC -m32.  This used to compile with older versions of
clang: the last trunk version I had that was able to build it was r176408,
r178624 (the next one I had archived) was not able to build it anymore.

A reduced testcase is attached.</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>