<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aemerson@apple.com" title="Amara Emerson <aemerson@apple.com>"> <span class="fn">Amara Emerson</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Vector decomposing of unsupported widths unsupported."
   href="https://bugs.llvm.org/show_bug.cgi?id=36618">bug 36618</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Vector decomposing of unsupported widths unsupported."
   href="https://bugs.llvm.org/show_bug.cgi?id=36618#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Vector decomposing of unsupported widths unsupported."
   href="https://bugs.llvm.org/show_bug.cgi?id=36618">bug 36618</a>
              from <span class="vcard"><a class="email" href="mailto:aemerson@apple.com" title="Amara Emerson <aemerson@apple.com>"> <span class="fn">Amara Emerson</span></a>
</span></b>
        <pre>We now support this, codegen for the attached test case:

        .text
        .file   "Basic_vector_add.ll"
        .globl  do_addf                 // -- Begin function do_addf
        .p2align        2
        .type   do_addf,@function
do_addf:                                // @do_addf
        .cfi_startproc
// %bb.0:
        ldr     d0, [x1]
        ldr     d1, [x2]
        fadd    v0.2s, v0.2s, v1.2s
        str     d0, [x0]
        ret
.Lfunc_end0:
        .size   do_addf, .Lfunc_end0-do_addf
        .cfi_endproc
                                        // -- End function
        .globl  do_addi                 // -- Begin function do_addi
        .p2align        2
        .type   do_addi,@function
do_addi:                                // @do_addi
        .cfi_startproc
// %bb.0:
        ldr     d0, [x1]
        ldr     d1, [x2]
        add     v0.2s, v0.2s, v1.2s
        str     d0, [x0]
        ret
.Lfunc_end1:
        .size   do_addi, .Lfunc_end1-do_addi
        .cfi_endproc
                                        // -- End function

        .section        ".note.GNU-stack","",@progbits</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>