AMDGPU/SI: Add Fiji support

Patch by: Alex Deucher

llvm-svn: 244255
This commit is contained in:
Tom Stellard 2015-08-06 19:43:02 +00:00
parent 217361c33f
commit d488605ed3
1 changed files with 4 additions and 0 deletions

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