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

Rotem, Nadav nadav.rotem at intel.com
Tue Apr 10 12:47:09 PDT 2012


It looks like the problem is in the test  ../llvm/test/CodeGen/X86/vec_shuffle-20.ll which does not specify the '-mcpu' flag. If it's okay with you, I will fix the test and re-apply.

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Chad Rosier
Sent: Tuesday, April 10, 2012 22:42
To: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] [llvm] r154426 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Disregard, looks like Eric and I had the same idea...  but he beat me to it..

On Apr 10, 2012, at 12:39 PM, Chad Rosier wrote:

> Author: mcrosier
> Date: Tue Apr 10 14:39:18 2012
> New Revision: 154426
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=154426&view=rev
> Log:
> Revert r154396, which looks to be the real culprit behind the bot failures.
> 
> Modified:
>    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
> 
> Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=154426&r1=154425&r2=154426&view=diff
> ==============================================================================
> --- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
> +++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Apr 10 14:39:18 2012
> @@ -5396,6 +5396,7 @@
>   EVT InVT = V1.getValueType();
>   EVT EltVT = VT.getVectorElementType();
>   unsigned EltSize = EltVT.getSizeInBits();
> +
>   int MaskSize = VT.getVectorNumElements();
>   int InSize = InVT.getVectorNumElements();
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.





More information about the llvm-commits mailing list