[llvm] r194752 - R600/SI: Add processor type for Hawaii
Tom Stellard
thomas.stellard at amd.com
Thu Nov 14 15:46:00 PST 2013
Author: tstellar
Date: Thu Nov 14 17:46:00 2013
New Revision: 194752
URL: http://llvm.org/viewvc/llvm-project?rev=194752&view=rev
Log:
R600/SI: Add processor type for Hawaii
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=194752&r1=194751&r2=194752&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Thu Nov 14 17:46:00 2013
@@ -51,3 +51,4 @@ def : Proc<"hainan", SI_Itin, [Featu
def : Proc<"bonaire", SI_Itin, [FeatureSeaIslands]>;
def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
+def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
More information about the llvm-commits
mailing list