forked from OSchip/llvm-project
parent
33bbf15147
commit
4398daf069
|
@ -1786,7 +1786,7 @@ SDOperand SelectionDAGLegalize::PromoteOp(SDOperand Op) {
|
||||||
case Expand:
|
case Expand:
|
||||||
ExpandOp(Node->getOperand(0), Tmp1, Tmp2);
|
ExpandOp(Node->getOperand(0), Tmp1, Tmp2);
|
||||||
// Truncate the low part of the expanded value to the result type
|
// Truncate the low part of the expanded value to the result type
|
||||||
Result = DAG.getNode(ISD::TRUNCATE, VT, Tmp1);
|
Result = DAG.getNode(ISD::TRUNCATE, NVT, Tmp1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ISD::SIGN_EXTEND:
|
case ISD::SIGN_EXTEND:
|
||||||
|
|
Loading…
Reference in New Issue