Make log, log2, log10, exp, exp2 use Expand by
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
index 2202177e18632c2194ab4b7a6fcd309e6b129e74..e859a8433e7003075de7db805cf2a7bb44da4f85 100644 (file)
@@ -243,16 +243,6 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
   setOperationAction(ISD::FCOS     , MVT::f64, Expand);
   setOperationAction(ISD::FREM     , MVT::f64, Expand);
   setOperationAction(ISD::FREM     , MVT::f32, Expand);
-  setOperationAction(ISD::FLOG     , MVT::f64, Expand);
-  setOperationAction(ISD::FLOG     , MVT::f32, Expand);
-  setOperationAction(ISD::FLOG2    , MVT::f64, Expand);
-  setOperationAction(ISD::FLOG2    , MVT::f32, Expand);
-  setOperationAction(ISD::FLOG10   , MVT::f64, Expand);
-  setOperationAction(ISD::FLOG10   , MVT::f32, Expand);
-  setOperationAction(ISD::FEXP     , MVT::f64, Expand);
-  setOperationAction(ISD::FEXP     , MVT::f32, Expand);
-  setOperationAction(ISD::FEXP2    , MVT::f64, Expand);
-  setOperationAction(ISD::FEXP2    , MVT::f32, Expand);
   if (!UseSoftFloat && Subtarget->hasVFP2() && !Subtarget->isThumb()) {
     setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
     setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);