[llvm-commits] [llvm] r154426 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Chad Rosier
mcrosier at apple.com
Tue Apr 10 12:39:18 PDT 2012
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();
More information about the llvm-commits
mailing list