forked from OSchip/llvm-project
parent
78d6c2bf59
commit
41730922bb
|
@ -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