[llvm] r178659 - PPC: Enable FRES and FRSQRTE on the default PPC64 description
Hal Finkel
hfinkel at anl.gov
Wed Apr 3 07:40:18 PDT 2013
Author: hfinkel
Date: Wed Apr 3 09:40:18 2013
New Revision: 178659
URL: http://llvm.org/viewvc/llvm-project?rev=178659&view=rev
Log:
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.
Modified:
llvm/trunk/lib/Target/PowerPC/PPC.td
Modified: llvm/trunk/lib/Target/PowerPC/PPC.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPC.td?rev=178659&r1=178658&r2=178659&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.td Wed Apr 3 09:40:18 2013
@@ -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 */]>;
More information about the llvm-commits
mailing list