summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-04-03 14:40:18 +0000
committerHal Finkel <hfinkel@anl.gov>2013-04-03 14:40:18 +0000
commit7ac4592e97dec65c8d3e6c33f4ab06e95e4080fa (patch)
tree065a0ae38161885ec23ed67739725b0e76cc755c /llvm/lib/Target
parent0c6d21933a8eabe5a5cb58b17f25ab2cbbd5799e (diff)
downloadbcm5719-llvm-7ac4592e97dec65c8d3e6c33f4ab06e95e4080fa.tar.gz
bcm5719-llvm-7ac4592e97dec65c8d3e6c33f4ab06e95e4080fa.zip
PPC: Enable FRES and FRSQRTE on the default PPC64 description
I discussed this with Bill Schmidt on IRC, and it was decided that this is a safe and reasonable default. llvm-svn: 178659
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index ac1b7133a33..d6a3ceb18f2 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/lib/Target/PowerPC/PPC.td
@@ -212,7 +212,8 @@ def : Processor<"pwr7", G5Itineraries,
def : Processor<"ppc", G3Itineraries, [Directive32]>;
def : Processor<"ppc64", G5Itineraries,
[Directive64, FeatureAltivec,
- FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
+ FeatureMFOCRF, FeatureFSqrt, FeatureFRES,
+ FeatureFRSQRTE, FeatureSTFIWX,
Feature64Bit /*, Feature64BitRegs */]>;
OpenPOWER on IntegriCloud