[llvm-bugs] [Bug 32967] AVX512: 'shuffle <32 x i16> v0, v1, <8 x i32> Mask' is scalarized

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 8 04:17:37 PST 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |llvm-dev at redking.me.uk
         Resolution|---                         |FIXED

--- Comment #1 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
This was fixed a long time ago:

shuffle_odd_stride4:
  vmovdqa .LCPI0_0(%rip), %xmm1   # xmm1 = [1,5,9,13,17,21,25,29]
  vextracti64x4   $1, %zmm0, %ymm2
  vpermt2w        %ymm2, %ymm1, %ymm0
  vzeroupper
  retq

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200208/cbfeee3a/attachment.html>


More information about the llvm-bugs mailing list