<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:clang@evan.coeusgroup.com" title="Evan Nemerson <clang@evan.coeusgroup.com>"> <span class="fn">Evan Nemerson</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [AArch64] vqmovun* return types should be unsigned"
   href="https://bugs.llvm.org/show_bug.cgi?id=46840">bug 46840</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [AArch64] vqmovun* return types should be unsigned"
   href="https://bugs.llvm.org/show_bug.cgi?id=46840#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [AArch64] vqmovun* return types should be unsigned"
   href="https://bugs.llvm.org/show_bug.cgi?id=46840">bug 46840</a>
              from <span class="vcard"><a class="email" href="mailto:clang@evan.coeusgroup.com" title="Evan Nemerson <clang@evan.coeusgroup.com>"> <span class="fn">Evan Nemerson</span></a>
</span></b>
        <pre>Sorry I missed this.

The patch helps, thanks, but the vqmovun_high_* functions are still wrong; the
first argument should be unsigned.  Arm's documentation (where they're
unigned): <a href="https://developer.arm.com/architectures/instruction-sets/intrinsics/">https://developer.arm.com/architectures/instruction-sets/intrinsics/</a>

Also, GCC's implementation:
<a href="https://raw.githubusercontent.com/gcc-mirror/gcc/master/gcc/config/aarch64/arm_neon.h">https://raw.githubusercontent.com/gcc-mirror/gcc/master/gcc/config/aarch64/arm_neon.h</a></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>