diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-28 20:23:29 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-28 20:23:29 +0000 |
commit | 74cf767093d3dd46dc3c7cf5666060e8c1ee0be0 (patch) | |
tree | 67228d8d0915b68fc236ac26e911b2c610c354d2 /lib/Target | |
parent | cf7952224921b848e148605c8b9e3629ff74fa2f (diff) | |
download | external_llvm-74cf767093d3dd46dc3c7cf5666060e8c1ee0be0.zip external_llvm-74cf767093d3dd46dc3c7cf5666060e8c1ee0be0.tar.gz external_llvm-74cf767093d3dd46dc3c7cf5666060e8c1ee0be0.tar.bz2 |
R600/SI: Add processor types for each CIK variant
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
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/R600/Processors.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index 81f407e..a0735d4 100644 --- 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 |