From: Tom Stellard <thomas.stellard@amd.com>
Date: Thu, 6 Aug 2015 19:43:02 +0000 (+0000)
Subject: AMDGPU/SI: Add Fiji support
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5063f40fd5b82eb6f544897cc4040fd9c59eafd;p=oota-llvm.git

AMDGPU/SI: Add Fiji support

Patch by: Alex Deucher

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244255 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td
index 69efb8b8bc4..d9a0723bedc 100644
--- a/lib/Target/AMDGPU/Processors.td
+++ b/lib/Target/AMDGPU/Processors.td
@@ -138,3 +138,7 @@ def : ProcessorModel<"iceland", SIQuarterSpeedModel,
 def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
   [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
 >;
+
+def : ProcessorModel<"fiji", SIQuarterSpeedModel,
+  [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;