PPC doesn't have bit converts to/from i64

llvm-svn: 28932
This commit is contained in:
Chris Lattner 2006-06-27 18:40:08 +00:00
parent 3b5873456e
commit a07410c95b
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
setOperationAction(ISD::BIT_CONVERT, MVT::f32, Expand);
setOperationAction(ISD::BIT_CONVERT, MVT::i32, Expand);
setOperationAction(ISD::BIT_CONVERT, MVT::i64, Expand);
setOperationAction(ISD::BIT_CONVERT, MVT::f64, Expand);
// PowerPC does not have truncstore for i1.
setOperationAction(ISD::TRUNCSTORE, MVT::i1, Promote);