projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7aac8
)
Enable the P8Model entry
author
Will Schmidt
<will_schmidt@vnet.ibm.com>
Wed, 17 Dec 2014 19:56:29 +0000
(19:56 +0000)
committer
Will Schmidt
<will_schmidt@vnet.ibm.com>
Wed, 17 Dec 2014 19:56:29 +0000
(19:56 +0000)
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.
llvm-svn: 224452
llvm/lib/Target/PowerPC/PPC.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/PowerPC/PPC.td
b/llvm/lib/Target/PowerPC/PPC.td
index
e200418
..
4c95819
100644
(file)
--- a/
llvm/lib/Target/PowerPC/PPC.td
+++ b/
llvm/lib/Target/PowerPC/PPC.td
@@
-311,7
+311,7
@@
def : ProcessorModel<"pwr7", P7Model,
FeaturePOPCNTD, FeatureLDBRX,
Feature64Bit /*, Feature64BitRegs */,
DeprecatedMFTB, DeprecatedDST]>;
-def : ProcessorModel<"pwr8", P
7Model /* FIXME: Update to P8Model when available */
,
+def : ProcessorModel<"pwr8", P
8Model
,
[DirectivePwr8, FeatureAltivec, FeatureVSX, FeatureP8Vector,
FeatureMFOCRF, FeatureFCPSGN, FeatureFSqrt, FeatureFRE,
FeatureFRES, FeatureFRSQRTE, FeatureFRSQRTES,