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

Simon Pilgrim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |r371329
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Simon Pilgrim <[email protected]> ---
This looks like its fixed in trunk, I've added a test case at rL371329

llc -mattr=+avx512f

vcmpltps %zmm3, %zmm2, %k1
vcmpltps %zmm1, %zmm0, %k0 {%k1}
kmovw %k0, %eax
movzbl %al, %eax
vmovd %eax, %xmm0
vpbroadcastd %xmm0, %ymm0
retq

llc -mattr=+avx512dq,+avx512vl

vcmpltps %ymm3, %ymm2, %k1
vcmpltps %ymm1, %ymm0, %k0 {%k1}
kmovb %k0, %eax
vpbroadcastd %eax, %ymm0
retq

-- 
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