mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
expand ISD::EXTLOAD
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
896f10c309
commit
ad557f9d11
@ -47,6 +47,8 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
|
||||
addRegisterClass(MVT::f32, ARM::FPRegsRegisterClass);
|
||||
addRegisterClass(MVT::f64, ARM::DFPRegsRegisterClass);
|
||||
|
||||
setLoadXAction(ISD::EXTLOAD, MVT::f32, Expand);
|
||||
|
||||
setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
|
||||
|
||||
setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
|
||||
|
Loading…
Reference in New Issue
Block a user