mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Fix unsigned->ppcf128 conversion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82b80d9884
commit
bc3c4296c0
@ -950,10 +950,13 @@ void DAGTypeLegalizer::ExpandFloatRes_XINT_TO_FP(SDNode *N, SDValue &Lo,
|
||||
assert(false && "Unsupported UINT_TO_FP!");
|
||||
case MVT::i32:
|
||||
Parts = TwoE32;
|
||||
break;
|
||||
case MVT::i64:
|
||||
Parts = TwoE64;
|
||||
break;
|
||||
case MVT::i128:
|
||||
Parts = TwoE128;
|
||||
break;
|
||||
}
|
||||
|
||||
Lo = DAG.getNode(ISD::FADD, VT, Hi,
|
||||
|
Loading…
x
Reference in New Issue
Block a user