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

llvm-svn: 244255

llvm/lib/Target/AMDGPU/Processors.td

index 69efb8b..d9a0723 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]
+>;