summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-11-14 23:46:00 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-11-14 23:46:00 +0000
commitbdbcffa4af01cda413690276d8e81b3ab5cea9b6 (patch)
tree3e11949f21cf459958922be269bcfc7a60f57bd0
parent849596ced42f2760c5b63f7676e16829b808b5c9 (diff)
downloadllvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.tar.gz
llvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.tar.bz2
llvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.tar.xz
R600/SI: Add processor type for Hawaii
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@194752 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/R600/Processors.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index 31079d3eff..ee190e4aed 100644
--- a/lib/Target/R600/Processors.td
+++ b/lib/Target/R600/Processors.td
@@ -51,3 +51,4 @@ def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"bonaire", SI_Itin, [FeatureSeaIslands]>;
def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
+def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;