mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Revert r154396, which looks to be the real culprit behind the bot failures.
llvm-svn: 154426
This commit is contained in:
parent
f8886e8f48
commit
f3b2588ea8
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user