From: Matt Arsenault Date: Thu, 29 Jan 2015 19:34:18 +0000 (+0000) Subject: R600/SI: Fix tonga's basic scheduling model X-Git-Tag: llvmorg-3.7.0-rc1~13700 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=572d2301e2b30f2ba940b10d61292f1790ac1e5d;p=platform%2Fupstream%2Fllvm.git R600/SI: Fix tonga's basic scheduling model llvm-svn: 227482 --- diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td index cff97cdb3..6593016 100644 --- a/llvm/lib/Target/R600/Processors.td +++ b/llvm/lib/Target/R600/Processors.td @@ -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]>;