[llvm-bugs] [Bug 8408] Taking top half of vector gives lshr instead of shufflevector

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 18 07:43:43 PST 2016


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

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 #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
This was fixed sometime between 3.5 and 3.6:

%3 = shufflevector <32 x i16> %2, <32 x i16> undef, <16 x i32> <i32 16, i32 17,
i32 18, i32 19, i32 20, i32 21, i32 22, i32 23, i32 24, i32 25, i32 26, i32 27,
i32 28, i32 29, i32 30, i32 31>

-- 
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/20161118/cf30346d/attachment.html>


More information about the llvm-bugs mailing list