From: Tom Stellard Date: Fri, 13 Nov 2015 17:06:32 +0000 (+0000) Subject: AMDGPU: Add stony support X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bcfbdf7afeb0bc69f1ab825c092272b8b7abcd52;p=oota-llvm.git AMDGPU: Add stony support Patch by: Alex Deucher git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253053 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td index d9a0723bedc..a1584a224cb 100644 --- a/lib/Target/AMDGPU/Processors.td +++ b/lib/Target/AMDGPU/Processors.td @@ -142,3 +142,7 @@ def : ProcessorModel<"carrizo", SIQuarterSpeedModel, def : ProcessorModel<"fiji", SIQuarterSpeedModel, [FeatureVolcanicIslands, FeatureISAVersion8_0_1] >; + +def : ProcessorModel<"stoney", SIQuarterSpeedModel, + [FeatureVolcanicIslands, FeatureISAVersion8_0_1] +>;