<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chandlerc@gmail.com" title="Chandler Carruth <chandlerc@gmail.com>"> <span class="fn">Chandler Carruth</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - New vector shuffle legality: turns movss (SSE2) or blendps (SSE4.2+) into shufps."
   href="http://llvm.org/bugs/show_bug.cgi?id=22413">bug 22413</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>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - New vector shuffle legality: turns movss (SSE2) or blendps (SSE4.2+) into shufps."
   href="http://llvm.org/bugs/show_bug.cgi?id=22413#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - New vector shuffle legality: turns movss (SSE2) or blendps (SSE4.2+) into shufps."
   href="http://llvm.org/bugs/show_bug.cgi?id=22413">bug 22413</a>
              from <span class="vcard"><a class="email" href="mailto:chandlerc@gmail.com" title="Chandler Carruth <chandlerc@gmail.com>"> <span class="fn">Chandler Carruth</span></a>
</span></b>
        <pre>This doesn't look like a bug to me, but maybe something along the way fixed it.

The blend form of 'movss' is no faster than shufps really. Not sure its worth
adding logic to try to use it. The other example in the test case uses shufps
and a movss for me.</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>