[llvm] r224452 - Enable the P8Model entry
Will Schmidt
will_schmidt at vnet.ibm.com
Wed Dec 17 11:56:29 PST 2014
Author: willschm
Date: Wed Dec 17 13:56:29 2014
New Revision: 224452
URL: http://llvm.org/viewvc/llvm-project?rev=224452&view=rev
Log:
Enable the P8Model entry
This was missed last time around, for the P8 Instruction Scheduling
changes (223257). This will hook the P8Model entry in so those
changes will actually be used.
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=224452&r1=224451&r2=224452&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.td Wed Dec 17 13:56:29 2014
@@ -311,7 +311,7 @@ def : ProcessorModel<"pwr7", P7Model,
FeaturePOPCNTD, FeatureLDBRX,
Feature64Bit /*, Feature64BitRegs */,
DeprecatedMFTB, DeprecatedDST]>;
-def : ProcessorModel<"pwr8", P7Model /* FIXME: Update to P8Model when available */,
+def : ProcessorModel<"pwr8", P8Model,
[DirectivePwr8, FeatureAltivec, FeatureVSX, FeatureP8Vector,
FeatureMFOCRF, FeatureFCPSGN, FeatureFSqrt, FeatureFRE,
FeatureFRES, FeatureFRSQRTE, FeatureFRSQRTES,
More information about the llvm-commits
mailing list