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:
cf79522
)
R600/SI: Add processor types for each CIK variant
author
Tom Stellard
<thomas.stellard@amd.com>
Fri, 28 Jun 2013 20:23:29 +0000
(20:23 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Fri, 28 Jun 2013 20:23:29 +0000
(20:23 +0000)
Patch By: Alex Deucher
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185209
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 81f407e265612b03957be56453c1252927c7e2ae..a0735d48964876fc7b8092e9334b6736c46da307 100644
(file)
--- a/
lib/Target/R600/Processors.td
+++ b/
lib/Target/R600/Processors.td
@@
-48,3
+48,6
@@
def : Proc<"pitcairn", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"verde", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"oland", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"bonaire", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"kabini", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"kaveri", SI_Itin, [FeatureSouthernIslands]>;
\ No newline at end of file