forked from OSchip/llvm-project
parent
8bbd3650a6
commit
5e0d6b509a
|
@ -26466,7 +26466,6 @@ static SDValue combineBasicSADPattern(SDNode *Extract, SelectionDAG &DAG,
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// Return the lowest i32.
|
||||
MVT ResVT = MVT::getVectorVT(MVT::i32, SadVT.getSizeInBits() / 32);
|
||||
SAD = DAG.getNode(ISD::BITCAST, DL, ResVT, SAD);
|
||||
|
|
Loading…
Reference in New Issue