[llvm] r227482 - R600/SI: Fix tonga's basic scheduling model

Matt Arsenault Matthew.Arsenault at amd.com
Thu Jan 29 11:34:18 PST 2015


Author: arsenm
Date: Thu Jan 29 13:34:18 2015
New Revision: 227482

URL: http://llvm.org/viewvc/llvm-project?rev=227482&view=rev
Log:
R600/SI: Fix tonga's basic scheduling model

Modified:
    llvm/trunk/lib/Target/R600/Processors.td

Modified: llvm/trunk/lib/Target/R600/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/Processors.td?rev=227482&r1=227481&r2=227482&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Thu Jan 29 13:34:18 2015
@@ -113,7 +113,7 @@ def : ProcessorModel<"mullins",    SIQua
 // Volcanic Islands
 //===----------------------------------------------------------------------===//
 
-def : ProcessorModel<"tonga",   SIFullSpeedModel, [FeatureVolcanicIslands]>;
+def : ProcessorModel<"tonga",   SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
 
 def : ProcessorModel<"iceland", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
 





More information about the llvm-commits mailing list