forked from OSchip/llvm-project
AMDGPU: Add stony support
Patch by: Alex Deucher llvm-svn: 253053
This commit is contained in:
parent
f9f5f12ce7
commit
afd6e2f3c3
|
@ -142,3 +142,7 @@ def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
|
|||
def : ProcessorModel<"fiji", SIQuarterSpeedModel,
|
||||
[FeatureVolcanicIslands, FeatureISAVersion8_0_1]
|
||||
>;
|
||||
|
||||
def : ProcessorModel<"stoney", SIQuarterSpeedModel,
|
||||
[FeatureVolcanicIslands, FeatureISAVersion8_0_1]
|
||||
>;
|
||||
|
|
Loading…
Reference in New Issue