From: Tom Stellard Date: Fri, 28 Jun 2013 20:23:29 +0000 (+0000) Subject: R600/SI: Add processor types for each CIK variant X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=74cf767093d3dd46dc3c7cf5666060e8c1ee0be0;p=oota-llvm.git R600/SI: Add processor types for each CIK variant Patch By: Alex Deucher Reviewed-by: Tom Stellard Signed-off-by: Alex Deucher git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index 81f407e2656..a0735d48964 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