AMDGPU/SI: Add Fiji support
authorTom Stellard <thomas.stellard@amd.com>
Thu, 6 Aug 2015 19:43:02 +0000 (19:43 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 6 Aug 2015 19:43:02 +0000 (19:43 +0000)
Patch by: Alex Deucher

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

lib/Target/AMDGPU/Processors.td

index 69efb8b8bc435535596b8425f77905fe79859cb6..d9a0723bedc937f21c1860de9098350d3ca6a699 100644 (file)
@@ -138,3 +138,7 @@ def : ProcessorModel<"iceland", SIQuarterSpeedModel,
 def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
   [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
 >;
+
+def : ProcessorModel<"fiji", SIQuarterSpeedModel,
+  [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;