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:
c552d8f
)
AMDGPU: Add stony support
author
Tom Stellard
<thomas.stellard@amd.com>
Fri, 13 Nov 2015 17:06:32 +0000
(17:06 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Fri, 13 Nov 2015 17:06:32 +0000
(17:06 +0000)
Patch by: Alex Deucher
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253053
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AMDGPU/Processors.td
patch
|
blob
|
history
diff --git
a/lib/Target/AMDGPU/Processors.td
b/lib/Target/AMDGPU/Processors.td
index d9a0723bedc937f21c1860de9098350d3ca6a699..a1584a224cbd87c6b4a3805314189f29d3a8a3d0 100644
(file)
--- a/
lib/Target/AMDGPU/Processors.td
+++ b/
lib/Target/AMDGPU/Processors.td
@@
-142,3
+142,7
@@
def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
def : ProcessorModel<"fiji", SIQuarterSpeedModel,
[FeatureVolcanicIslands, FeatureISAVersion8_0_1]
>;
+
+def : ProcessorModel<"stoney", SIQuarterSpeedModel,
+ [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;