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 | 81229a14a355654ae402d32239927967118dbda5 (patch) | |
| tree | 90649e7e5d24282665d8efc0598fb1d70d600099 /llvm/lib | |
| parent | 5558304ba2f04f48c04e88f1e8c8b19d9820de1c (diff) | |
| download | bcm5719-llvm-81229a14a355654ae402d32239927967118dbda5.tar.gz bcm5719-llvm-81229a14a355654ae402d32239927967118dbda5.zip | |
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>
llvm-svn: 194752
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/Processors.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td index 31079d3eff9..ee190e4aed7 100644 --- a/llvm/lib/Target/R600/Processors.td +++ b/llvm/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]>; |

