summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-09-22 21:57:32 +0000
committerDale Johannesen <dalej@apple.com>2008-09-22 21:57:32 +0000
commit7a74e714895d108b895616e820d5fa37a19244a6 (patch)
tree34159c50621ba63ee8b2ba204d5032b72187f29b /llvm/lib/Target/IA64
parentfd462af19e47c86fa6ee9870fdef001874bd3c2e (diff)
downloadbcm5719-llvm-7a74e714895d108b895616e820d5fa37a19244a6.tar.gz
bcm5719-llvm-7a74e714895d108b895616e820d5fa37a19244a6.zip
Make log, log2, log10, exp, exp2 use Expand by
default. llvm-svn: 56471
Diffstat (limited to 'llvm/lib/Target/IA64')
-rw-r--r--llvm/lib/Target/IA64/IA64ISelLowering.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/Target/IA64/IA64ISelLowering.cpp b/llvm/lib/Target/IA64/IA64ISelLowering.cpp
index cdcacf3fd8e..9cd9ef0fb80 100644
--- a/llvm/lib/Target/IA64/IA64ISelLowering.cpp
+++ b/llvm/lib/Target/IA64/IA64ISelLowering.cpp
@@ -75,20 +75,10 @@ IA64TargetLowering::IA64TargetLowering(TargetMachine &TM)
setOperationAction(ISD::FCOS , MVT::f64, Expand);
setOperationAction(ISD::FSQRT, MVT::f64, Expand);
setOperationAction(ISD::FPOW , MVT::f64, Expand);
- setOperationAction(ISD::FLOG , MVT::f64, Expand);
- setOperationAction(ISD::FLOG2, MVT::f64, Expand);
- setOperationAction(ISD::FLOG10,MVT::f64, Expand);
- setOperationAction(ISD::FEXP , MVT::f64, Expand);
- setOperationAction(ISD::FEXP2, MVT::f64, Expand);
setOperationAction(ISD::FSIN , MVT::f32, Expand);
setOperationAction(ISD::FCOS , MVT::f32, Expand);
setOperationAction(ISD::FSQRT, MVT::f32, Expand);
setOperationAction(ISD::FPOW , MVT::f32, Expand);
- setOperationAction(ISD::FLOG , MVT::f32, Expand);
- setOperationAction(ISD::FLOG2, MVT::f32, Expand);
- setOperationAction(ISD::FLOG10,MVT::f32, Expand);
- setOperationAction(ISD::FEXP , MVT::f32, Expand);
- setOperationAction(ISD::FEXP2, MVT::f32, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
OpenPOWER on IntegriCloud