[llvm] r207846 - R600/SI: Add processor type for Mullins.

Tom Stellard thomas.stellard at amd.com
Fri May 2 08:41:49 PDT 2014


Author: tstellar
Date: Fri May  2 10:41:49 2014
New Revision: 207846

URL: http://llvm.org/viewvc/llvm-project?rev=207846&view=rev
Log:
R600/SI: Add processor type for Mullins.

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Signed-off-by: Samuel Li <samuel.li 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=207846&r1=207845&r2=207846&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Fri May  2 10:41:49 2014
@@ -106,3 +106,5 @@ def : Proc<"kabini",     SI_Itin, [Featu
 def : Proc<"kaveri",     SI_Itin, [FeatureSeaIslands]>;
 
 def : Proc<"hawaii",     SI_Itin, [FeatureSeaIslands]>;
+
+def : Proc<"mullins",    SI_Itin, [FeatureSeaIslands]>;





More information about the llvm-commits mailing list