AMDGPU: Add stony support

Patch by: Alex Deucher

llvm-svn: 253053
This commit is contained in:
Tom Stellard 2015-11-13 17:06:32 +00:00
parent f9f5f12ce7
commit afd6e2f3c3
1 changed files with 4 additions and 0 deletions

View 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]
>;