[llvm-bugs] [Bug 31451] AVX-512: Shuffle from <16 x i32> to <4 x i32> should be optimized

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 4 01:18:11 PDT 2019


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |r365050
             Status|CONFIRMED                   |RESOLVED

--- Comment #2 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Fixed in rL365050

foo:
  vmovaps .LCPI0_0(%rip), %xmm1 # xmm1 = [0,4,8,12]
  vpermps %zmm0, %zmm1, %zmm0
  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/20190704/c634db8e/attachment.html>


More information about the llvm-bugs mailing list