projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a139051
)
Revert r154396, which looks to be the real culprit behind the bot failures.
author
Chad Rosier
<mcrosier@apple.com>
Tue, 10 Apr 2012 19:39:18 +0000
(19:39 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Tue, 10 Apr 2012 19:39:18 +0000
(19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154426
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 4f14a0e20b4a8e8b5155ceebb7bb8363b6947edd..5ac6069ff782a03ec09b09bf0fcf7f1d4315affa 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-5396,6
+5396,7
@@
static SDValue LowerVECTOR_SHUFFLEtoBlend(SDValue Op,
EVT InVT = V1.getValueType();
EVT EltVT = VT.getVectorElementType();
unsigned EltSize = EltVT.getSizeInBits();
+
int MaskSize = VT.getVectorNumElements();
int InSize = InVT.getVectorNumElements();