Expand f64 FPOW.
authorAkira Hatanaka <ahatanak@gmail.com>
Mon, 23 May 2011 22:23:58 +0000 (22:23 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Mon, 23 May 2011 22:23:58 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131928 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsISelLowering.cpp

index 15ab172b377796862fefef84398bbb0b62fced71..63bafa16e67ebfdcc71a8170f2e954ef47492c90 100644 (file)
@@ -135,6 +135,7 @@ MipsTargetLowering(MipsTargetMachine &TM)
   setOperationAction(ISD::FCOS,              MVT::f64,   Expand);
   setOperationAction(ISD::FPOWI,             MVT::f32,   Expand);
   setOperationAction(ISD::FPOW,              MVT::f32,   Expand);
+  setOperationAction(ISD::FPOW,              MVT::f64,   Expand);
   setOperationAction(ISD::FLOG,              MVT::f32,   Expand);
   setOperationAction(ISD::FLOG2,             MVT::f32,   Expand);
   setOperationAction(ISD::FLOG10,            MVT::f32,   Expand);