mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
fix yet more regressions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24308 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2729e614fa
commit
b921f1b731
@ -1530,7 +1530,7 @@ unsigned AlphaISel::SelectExpr(SDOperand N) {
|
|||||||
N.getOperand(0).getValueType() == MVT::f64 &&
|
N.getOperand(0).getValueType() == MVT::f64 &&
|
||||||
"only f64 to f32 conversion supported here");
|
"only f64 to f32 conversion supported here");
|
||||||
Tmp1 = SelectExpr(N.getOperand(0));
|
Tmp1 = SelectExpr(N.getOperand(0));
|
||||||
BuildMI(BB, Alpha::CVTTS, 1, Result).addReg(Alpha::F31).addReg(Tmp1);
|
BuildMI(BB, Alpha::CVTTS, 1, Result).addReg(Tmp1);
|
||||||
return Result;
|
return Result;
|
||||||
|
|
||||||
case ISD::FP_EXTEND:
|
case ISD::FP_EXTEND:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user