mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix casts from long to sbyte on ppc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01c8f6e452
commit
e21c305ed8
@ -1786,7 +1786,7 @@ SDOperand SelectionDAGLegalize::PromoteOp(SDOperand Op) {
|
||||
case Expand:
|
||||
ExpandOp(Node->getOperand(0), Tmp1, Tmp2);
|
||||
// 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;
|
||||
case ISD::SIGN_EXTEND:
|
||||
|
Loading…
x
Reference in New Issue
Block a user