AMDGPU: Add stony support
authorTom Stellard <thomas.stellard@amd.com>
Fri, 13 Nov 2015 17:06:32 +0000 (17:06 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 13 Nov 2015 17:06:32 +0000 (17:06 +0000)
Patch by: Alex Deucher

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

lib/Target/AMDGPU/Processors.td

index d9a0723bedc937f21c1860de9098350d3ca6a699..a1584a224cbd87c6b4a3805314189f29d3a8a3d0 100644 (file)
@@ -142,3 +142,7 @@ def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
 def : ProcessorModel<"fiji", SIQuarterSpeedModel,
   [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
 >;
+
+def : ProcessorModel<"stoney", SIQuarterSpeedModel,
+  [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;