mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
Minor code cleanups. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a30ffcf5ff
commit
21c0f8d167
@ -8578,7 +8578,7 @@ static SDValue AddCombineToVPADDL(SDNode *N, SDValue N0, SDValue N1,
|
||||
// Get widened type and narrowed type.
|
||||
MVT widenType;
|
||||
unsigned numElem = VT.getVectorNumElements();
|
||||
|
||||
|
||||
EVT inputLaneType = Vec.getValueType().getVectorElementType();
|
||||
switch (inputLaneType.getSimpleVT().SimpleTy) {
|
||||
case MVT::i8: widenType = MVT::getVectorVT(MVT::i16, numElem); break;
|
||||
@ -10558,7 +10558,7 @@ SDValue ARMTargetLowering::PerformCMOVToBFICombine(SDNode *CMOV, SelectionDAG &D
|
||||
} else {
|
||||
assert(CC == ARMCC::NE && "How can a CMPZ node not be EQ or NE?");
|
||||
}
|
||||
|
||||
|
||||
if (Op1->getOpcode() != ISD::OR)
|
||||
return SDValue();
|
||||
|
||||
@ -10588,7 +10588,7 @@ SDValue ARMTargetLowering::PerformCMOVToBFICombine(SDNode *CMOV, SelectionDAG &D
|
||||
SDLoc dl(X);
|
||||
EVT VT = X.getValueType();
|
||||
unsigned BitInX = AndC->getAPIntValue().logBase2();
|
||||
|
||||
|
||||
if (BitInX != 0) {
|
||||
// We must shift X first.
|
||||
X = DAG.getNode(ISD::SRL, dl, VT, X,
|
||||
|
Loading…
Reference in New Issue
Block a user