diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-11-14 23:46:00 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-11-14 23:46:00 +0000 |
commit | bdbcffa4af01cda413690276d8e81b3ab5cea9b6 (patch) | |
tree | 3e11949f21cf459958922be269bcfc7a60f57bd0 /lib | |
parent | 849596ced42f2760c5b63f7676e16829b808b5c9 (diff) | |
download | external_llvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.zip external_llvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.tar.gz external_llvm-bdbcffa4af01cda413690276d8e81b3ab5cea9b6.tar.bz2 |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/R600/Processors.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index 31079d3..ee190e4 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]>; |