<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:llvm-dev@redking.me.uk" title="Simon Pilgrim <llvm-dev@redking.me.uk>"> <span class="fn">Simon Pilgrim</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - float4->float3 conversion uses inefficient code"
   href="https://llvm.org/bugs/show_bug.cgi?id=11580">bug 11580</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;">CC</td>
           <td>
                
           </td>
           <td>llvm-dev@redking.me.uk
           </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 - float4->float3 conversion uses inefficient code"
   href="https://llvm.org/bugs/show_bug.cgi?id=11580#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - float4->float3 conversion uses inefficient code"
   href="https://llvm.org/bugs/show_bug.cgi?id=11580">bug 11580</a>
              from <span class="vcard"><a class="email" href="mailto:llvm-dev@redking.me.uk" title="Simon Pilgrim <llvm-dev@redking.me.uk>"> <span class="fn">Simon Pilgrim</span></a>
</span></b>
        <pre>Fixed in ToT and added basic test at rL232324

__Z4add3Dv3_f:                          ## @_Z4add3Dv3_f
    .cfi_startproc
## BB#0:                                ## %entry
    vaddps    LCPI0_0(%rip), %xmm0, %xmm0
    retq
    .cfi_endproc

    .globl    __Z5cvt34Dv3_f
    .align    4, 0x90
__Z5cvt34Dv3_f:                         ## @_Z5cvt34Dv3_f
    .cfi_startproc
## BB#0:                                ## %entry
    retq
    .cfi_endproc

    .globl    __Z5cvt43Dv4_f
    .align    4, 0x90
__Z5cvt43Dv4_f:                         ## @_Z5cvt43Dv4_f
    .cfi_startproc
## BB#0:                                ## %entry
    retq
    .cfi_endproc</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>