From: Tom Stellard Date: Fri, 2 May 2014 15:41:49 +0000 (+0000) Subject: R600/SI: Add processor type for Mullins. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c192d8a5697bcc14d6c5d45903a14b95acf154ba;p=oota-llvm.git R600/SI: Add processor type for Mullins. Reviewed-by: Tom Stellard Signed-off-by: Samuel Li Signed-off-by: Alex Deucher git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index fde44814970..ce17d7cb7f1 100644 --- a/lib/Target/R600/Processors.td +++ b/lib/Target/R600/Processors.td @@ -106,3 +106,5 @@ def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>; def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>; def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>; + +def : Proc<"mullins", SI_Itin, [FeatureSeaIslands]>;