From bdbcffa4af01cda413690276d8e81b3ab5cea9b6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 14 Nov 2013 23:46:00 +0000 Subject: R600/SI: Add processor type for Hawaii Patch by: Alex Deucher Reviewed-by: Tom Stellard Signed-off-by: Alex Deucher git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194752 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/Processors.td | 1 + 1 file changed, 1 insertion(+) 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]>; -- cgit v1.2.3