mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 21:50:50 +00:00
compilation issue, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
758b9df87a
commit
27828d7a5e
@ -4732,9 +4732,9 @@ static bool getTargetShuffleMask(SDNode *N, MVT VT,
|
||||
|
||||
if (MaskNode->getOpcode() == ISD::BUILD_VECTOR) {
|
||||
// If we have a build-vector, then things are easy.
|
||||
EVT MaskVT = MaskNode.getValueType();
|
||||
assert(MaskVT.isInteger() &&
|
||||
MaskVT.getVectorNumElements() == VT.getVectorNumElements());
|
||||
assert(MaskNode.getValueType().isInteger() &&
|
||||
MaskNode.getValueType().getVectorNumElements() ==
|
||||
VT.getVectorNumElements());
|
||||
|
||||
SmallVector<uint64_t, 32> RawMask;
|
||||
unsigned MaskLoBits = Log2_64(VT.getVectorNumElements()*2);
|
||||
|
Loading…
Reference in New Issue
Block a user