diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-11-13 17:06:32 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-11-13 17:06:32 +0000 |
commit | afd6e2f3c3698a41bbb2d490eb49887fc4360e1d (patch) | |
tree | b7fd5b0746253197e214db4d97a53728c2181d6a | |
parent | f9f5f12ce79aa1c09fa34f76676d9f0bd1b79b39 (diff) | |
download | bcm5719-llvm-afd6e2f3c3698a41bbb2d490eb49887fc4360e1d.tar.gz bcm5719-llvm-afd6e2f3c3698a41bbb2d490eb49887fc4360e1d.zip |
AMDGPU: Add stony support
Patch by: Alex Deucher
llvm-svn: 253053
-rw-r--r-- | llvm/lib/Target/AMDGPU/Processors.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/Processors.td b/llvm/lib/Target/AMDGPU/Processors.td index d9a0723bedc..a1584a224cb 100644 --- a/llvm/lib/Target/AMDGPU/Processors.td +++ b/llvm/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] +>; |