summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-12-20 23:40:56 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-12-20 23:40:56 +0000
commit79aed157e704f84b909faa465b90903ccebfd687 (patch)
tree1016aef5a57998c9729220386da45c70b0bc37b3 /llvm/lib/Target/Mips/MipsISelLowering.cpp
parent2bb8d068f51bf66a0caa5f846ad38a1c26f12fe1 (diff)
downloadbcm5719-llvm-79aed157e704f84b909faa465b90903ccebfd687.tar.gz
bcm5719-llvm-79aed157e704f84b909faa465b90903ccebfd687.zip
64-bit uint-fp conversion nodes are expanded.
llvm-svn: 147014
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp
index 7e2273b5efe..cfdce3a447f 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp
@@ -153,7 +153,9 @@ MipsTargetLowering(MipsTargetMachine &TM)
setOperationAction(ISD::BR_CC, MVT::Other, Expand);
setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
+ setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand);
setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand);
+ setOperationAction(ISD::FP_TO_UINT, MVT::i64, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
setOperationAction(ISD::CTPOP, MVT::i32, Expand);
setOperationAction(ISD::CTTZ, MVT::i32, Expand);
OpenPOWER on IntegriCloud