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 | c46e56721ed777c6b2c6a5659b5049ae18c4fd6b (patch) | |
| tree | f5e32a4b393a9687557d387f1cb00b854d57acf6 /llvm/lib | |
| parent | c5f9bc1b7e16143b9c0e7945d4f2de1f0737c92e (diff) | |
| download | bcm5719-llvm-c46e56721ed777c6b2c6a5659b5049ae18c4fd6b.tar.gz bcm5719-llvm-c46e56721ed777c6b2c6a5659b5049ae18c4fd6b.zip | |
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>
llvm-svn: 185209
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/Processors.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td index 81f407e2656..a0735d48964 100644 --- a/llvm/lib/Target/R600/Processors.td +++ b/llvm/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 |

