mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 22:24:28 +00:00
Fix a bunch more alpha regressions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1533,7 +1533,7 @@ unsigned AlphaISel::SelectExpr(SDOperand N) {
|
|||||||
N.getOperand(0).getValueType() == MVT::f32 &&
|
N.getOperand(0).getValueType() == MVT::f32 &&
|
||||||
"only f32 to f64 conversion supported here");
|
"only f32 to f64 conversion supported here");
|
||||||
Tmp1 = SelectExpr(N.getOperand(0));
|
Tmp1 = SelectExpr(N.getOperand(0));
|
||||||
BuildMI(BB, Alpha::CVTST, 1, Result).addReg(Alpha::F31).addReg(Tmp1);
|
BuildMI(BB, Alpha::CVTST, 1, Result).addReg(Tmp1);
|
||||||
return Result;
|
return Result;
|
||||||
|
|
||||||
case ISD::ConstantFP:
|
case ISD::ConstantFP:
|
||||||
|
Reference in New Issue
Block a user