mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd56c19f3c
commit
0a91afabd5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user