forked from OSchip/llvm-project
R600/SI: Fix tonga's basic scheduling model
llvm-svn: 227482
This commit is contained in:
parent
2600c28f9c
commit
572d2301e2
|
@ -113,7 +113,7 @@ def : ProcessorModel<"mullins", SIQuarterSpeedModel, [FeatureSeaIslands]>;
|
|||
// Volcanic Islands
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def : ProcessorModel<"tonga", SIFullSpeedModel, [FeatureVolcanicIslands]>;
|
||||
def : ProcessorModel<"tonga", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
|
||||
|
||||
def : ProcessorModel<"iceland", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue