mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Temporarily revert my last change. It is causing a bootstrap failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b8a636843
commit
f6a4e2edb0
@ -121,7 +121,11 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
|
|||||||
setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
|
setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
|
||||||
|
|
||||||
// We have faster algorithm for ui32->single only.
|
// We have faster algorithm for ui32->single only.
|
||||||
|
#if 0
|
||||||
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
|
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
|
||||||
|
#else
|
||||||
|
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Expand);
|
||||||
|
#endif
|
||||||
} else
|
} else
|
||||||
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
|
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user