From ce75c809a805fa97e836a4cdf6999ac4584e5ad4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 7 Aug 2015 01:39:49 +0000 Subject: [PATCH] Merging r244255: ------------------------------------------------------------------------ r244255 | thomas.stellard | 2015-08-06 15:43:02 -0400 (Thu, 06 Aug 2015) | 4 lines AMDGPU/SI: Add Fiji support Patch by: Alex Deucher ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@244304 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/Processors.td | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td index 69efb8b8bc4..d9a0723bedc 100644 --- a/lib/Target/AMDGPU/Processors.td +++ b/lib/Target/AMDGPU/Processors.td @@ -138,3 +138,7 @@ def : ProcessorModel<"iceland", SIQuarterSpeedModel, def : ProcessorModel<"carrizo", SIQuarterSpeedModel, [FeatureVolcanicIslands, FeatureISAVersion8_0_1] >; + +def : ProcessorModel<"fiji", SIQuarterSpeedModel, + [FeatureVolcanicIslands, FeatureISAVersion8_0_1] +>; -- 2.40.0