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

Simon Pilgrim <llvm-...@redking.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Simon Pilgrim <llvm-...@redking.me.uk> ---
Current codegen combine the 2 shuffles AND the select into a single binary
shuffle:

    vmovaps (%rdi), %ymm2
    vmovaps {{.*#+}} ymm1 = [7,6,3,11,7,6,14,15]
    vpermi2ps %ymm0, %ymm2, %ymm1
    vmovaps %ymm1, %ymm0
    retq

Added a test case at rL323106

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to