forked from OSchip/llvm-project
[X86] combineVectorSignBitsTruncation - fix indentation. NFC.
This commit is contained in:
parent
d8962b4139
commit
157f9b68a3
|
@ -48989,7 +48989,7 @@ static SDValue combineVectorSignBitsTruncation(SDNode *N, const SDLoc &DL,
|
|||
// originally concatenated from subvectors.
|
||||
SmallVector<SDValue> ConcatOps;
|
||||
if (VT.getSizeInBits() > 128 || !collectConcatOps(In.getNode(), ConcatOps))
|
||||
return SDValue();
|
||||
return SDValue();
|
||||
}
|
||||
|
||||
unsigned NumPackedSignBits = std::min<unsigned>(SVT.getSizeInBits(), 16);
|
||||
|
|
Loading…
Reference in New Issue