[llvm-commits] [llvm] r147337 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Craig Topper craig.topper at gmail.com
Thu Dec 29 07:45:40 PST 2011


Somehow it worked either way, but it looked weird to put a 32-bit value
into a SCALAR_TO_VECTOR with a result type of v8i16 or v16i8. Looking at
the DAG it seemed to show a SCALAR_TO_VECTOR of v4i32 and then a bitcast to
v8i16 and v16i8. So I don't actually know how to write a test case.

On Thu, Dec 29, 2011 at 4:06 AM, Duncan Sands <baldrick at free.fr> wrote:

> > Make LowerBUILD_VECTOR keep node vector types consistent when creating
> MOVL for v16i16 and v32i8.
>
> Testcase?
>
> Ciao, Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111229/75c9774a/attachment.html>


More information about the llvm-commits mailing list