projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba26f8
)
R600/SI: Fix tonga's basic scheduling model
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 29 Jan 2015 19:34:18 +0000
(19:34 +0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 29 Jan 2015 19:34:18 +0000
(19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227482
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/Processors.td
patch
|
blob
|
history
diff --git
a/lib/Target/R600/Processors.td
b/lib/Target/R600/Processors.td
index cff97cdb3beb120243a6d710bd25a48272bd2f90..659301651c19f89ca4b66e701f42a1262fd75278 100644
(file)
--- a/
lib/Target/R600/Processors.td
+++ b/
lib/Target/R600/Processors.td
@@
-113,7
+113,7
@@
def : ProcessorModel<"mullins", SIQuarterSpeedModel, [FeatureSeaIslands]>;
// Volcanic Islands
//===----------------------------------------------------------------------===//
-def : ProcessorModel<"tonga", SI
Full
SpeedModel, [FeatureVolcanicIslands]>;
+def : ProcessorModel<"tonga", SI
Quarter
SpeedModel, [FeatureVolcanicIslands]>;
def : ProcessorModel<"iceland", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;