mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
make sure bit_convert's are expanded
llvm-svn: 24979
This commit is contained in:
parent
8b2bd265f4
commit
8e80a247ff
@ -80,6 +80,9 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
|
||||
setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
|
||||
setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
|
||||
|
||||
setOperationAction(ISD::BIT_CONVERT, MVT::f32, Expand);
|
||||
setOperationAction(ISD::BIT_CONVERT, MVT::i32, Expand);
|
||||
|
||||
if (X86DAGIsel) {
|
||||
setOperationAction(ISD::BRCOND , MVT::Other, Custom);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user