[LLVMbugs] [Bug 20443] LLVM does not properly produce vectorized zextload instructions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 12 05:37:14 PDT 2015


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

Michael Kuperstein <michael.m.kuperstein at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |michael.m.kuperstein at intel.
                   |                            |com
         Resolution|---                         |FIXED

--- Comment #2 from Michael Kuperstein <michael.m.kuperstein at intel.com> ---
Not sure which of the shuffle changes actually fixed this, but currently top of
trunk does the right thing for the attached example:

movq    56(%rsp), %rax
pmovzxbd        (%rax), %xmm0   # xmm0 =
mem[0],zero,zero,zero,mem[1],zero,zero,zero,mem[2],zero,zero,zero,mem[3],zero,zero,zero
movdqa  %xmm0, 32(%rsp)

-- 
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/20150312/fdcb27b3/attachment.html>


More information about the llvm-bugs mailing list