[llvm] r185209 - R600/SI: Add processor types for each CIK variant
Tom Stellard
thomas.stellard at amd.com
Fri Jun 28 13:23:29 PDT 2013
Author: tstellar
Date: Fri Jun 28 15:23:29 2013
New Revision: 185209
URL: http://llvm.org/viewvc/llvm-project?rev=185209&view=rev
Log:
R600/SI: Add processor types for each CIK variant
Patch By: Alex Deucher
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Modified:
llvm/trunk/lib/Target/R600/Processors.td
Modified: llvm/trunk/lib/Target/R600/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/Processors.td?rev=185209&r1=185208&r2=185209&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Fri Jun 28 15:23:29 2013
@@ -48,3 +48,6 @@ def : Proc<"pitcairn", SI_Itin, [Featu
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
More information about the llvm-commits
mailing list