]> granicus.if.org Git - llvm/commitdiff
Merging r227482:
authorTom Stellard <thomas.stellard@amd.com>
Fri, 17 Apr 2015 16:59:26 +0000 (16:59 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 17 Apr 2015 16:59:26 +0000 (16:59 +0000)
------------------------------------------------------------------------
r227482 | Matthew.Arsenault | 2015-01-29 14:34:18 -0500 (Thu, 29 Jan 2015) | 2 lines

R600/SI: Fix tonga's basic scheduling model

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@235205 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/Processors.td

index cff97cdb3beb120243a6d710bd25a48272bd2f90..659301651c19f89ca4b66e701f42a1262fd75278 100644 (file)
@@ -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]>;