forked from OSchip/llvm-project
parent
38c2059aec
commit
73b88d5183
|
@ -23086,7 +23086,6 @@ static SDValue LowerBITREVERSE_XOP(SDValue Op, SelectionDAG &DAG) {
|
||||||
DAG.getIntPtrConstant(0, DL));
|
DAG.getIntPtrConstant(0, DL));
|
||||||
}
|
}
|
||||||
|
|
||||||
MVT SVT = VT.getVectorElementType();
|
|
||||||
int NumElts = VT.getVectorNumElements();
|
int NumElts = VT.getVectorNumElements();
|
||||||
int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8;
|
int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue