https://bugs.llvm.org/show_bug.cgi?id=41594

Simon Pilgrim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |r359219

--- Comment #6 from Simon Pilgrim <[email protected]> ---
Fixed in trunk at rL359219

bitcast_extract: # @bitcast_extract
  pcmpgtb %xmm0, %xmm2
  pmovmskb %xmm2, %eax
  pcmpgtb %xmm1, %xmm3
  pmovmskb %xmm3, %ecx
  shll $16, %ecx
  orl %eax, %ecx
  movd %ecx, %xmm0
  pextrw $1, %xmm0, %eax
  retq

That extractelement(bitcast(scalar_to_vector(x))) is annoying though....

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to