<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - program crashes at movaps, unaligned stack address, -O3"
   href="https://bugs.llvm.org/show_bug.cgi?id=34038">bug 34038</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 - program crashes at movaps, unaligned stack address, -O3"
   href="https://bugs.llvm.org/show_bug.cgi?id=34038#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - program crashes at movaps, unaligned stack address, -O3"
   href="https://bugs.llvm.org/show_bug.cgi?id=34038">bug 34038</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>After r310071 we get this:

        subq    $40, %rsp
.Lcfi0:
        .cfi_def_cfa_offset 48
        movq    $0, 24(%rsp)
        movq    $0, 16(%rsp)
        movq    obj(%rip), %rax
        movaps  16(%rsp), %xmm0 # aligned
        movaps  %xmm0, (%rsp)
        movl    $obj, %edi
        xorl    %esi, %esi
        xorl    %edx, %edx
        xorl    %ecx, %ecx
        xorl    %r8d, %r8d
        callq   *(%rax)
        xorl    %eax, %eax
        addq    $40, %rsp

Should be fixed. We should merge this to 5.0.</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>