<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 --- - Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types."
   href="http://llvm.org/bugs/show_bug.cgi?id=22679">22679</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>Backend: AArch64
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>mcrosier@codeaurora.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>apazos@codeaurora.org, james.molloy@arm.com, liujiangning1@gmail.com, llvmbugs@cs.uiuc.edu, natebegeman@mac.com, t.p.northover@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In r125402, a custom lowering for sdiv and udiv for <4 x i16> and <8 x i8> NEON
vector types was added to the ARM backend.  This avoids moving each element to
the integer register file and calling __divsi3 etc. on it.

It would be great if we could do something similar for the AArch64 backend.

----------
Author: Nate Begeman <<a href="mailto:natebegeman@mac.com">natebegeman@mac.com</a>>
Date:   Fri Feb 11 15:53:29 2011

    Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
    This avoids moving each element to the integer register file and calling
__divsi3 etc. on it.


    git-svn-id: <a href="https://llvm.org/svn/llvm-project/llvm/trunk@125402">https://llvm.org/svn/llvm-project/llvm/trunk@125402</a>
91177308-0d34-0410-b5e6-96231b3b80d8</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>