forked from OSchip/llvm-project
parent
9cdaa53007
commit
cd5f662c7b
|
@ -70,6 +70,9 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
|
|||
setOperationAction(ISD::SETCC, MVT::f64, Expand);
|
||||
|
||||
setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
|
||||
|
||||
setOperationAction(ISD::MEMSET, MVT::Other, Expand);
|
||||
|
||||
setOperationAction(ISD::BRIND, MVT::i32, Expand);
|
||||
setOperationAction(ISD::BR_CC, MVT::i32, Custom);
|
||||
setOperationAction(ISD::BR_CC, MVT::f32, Custom);
|
||||
|
|
Loading…
Reference in New Issue