http://llvm.org/bugs/show_bug.cgi?id=17654

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Benjamin Kramer <[email protected]> ---
With r193262 we emit
_bar:
        vpxor   %xmm1, %xmm1, %xmm1
        vpunpckhbw      %xmm1, %xmm0, %xmm2
        vpunpcklbw      %xmm1, %xmm0, %xmm0
        vinsertf128     $1, %xmm2, %ymm0, %ymm0

That should be the optimal sequence for AVX1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to