parent
2711b743b8
commit
bbe1756a8c
|
|
@ -5877,7 +5877,7 @@ static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
|
||||||
SDValue V1 = Op.getOperand(0);
|
SDValue V1 = Op.getOperand(0);
|
||||||
SDValue V2 = Op.getOperand(1);
|
SDValue V2 = Op.getOperand(1);
|
||||||
unsigned NumElems = ResVT.getVectorNumElements();
|
unsigned NumElems = ResVT.getVectorNumElements();
|
||||||
if(ResVT.is256BitVector())
|
if (ResVT.is256BitVector())
|
||||||
return Concat128BitVectors(V1, V2, ResVT, NumElems, DAG, dl);
|
return Concat128BitVectors(V1, V2, ResVT, NumElems, DAG, dl);
|
||||||
|
|
||||||
if (Op.getNumOperands() == 4) {
|
if (Op.getNumOperands() == 4) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue