[llvm] r244255 - AMDGPU/SI: Add Fiji support
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 12:43:02 PDT 2015
Author: tstellar
Date: Thu Aug 6 14:43:02 2015
New Revision: 244255
URL: http://llvm.org/viewvc/llvm-project?rev=244255&view=rev
Log:
AMDGPU/SI: Add Fiji support
Patch by: Alex Deucher
Modified:
llvm/trunk/lib/Target/AMDGPU/Processors.td
Modified: llvm/trunk/lib/Target/AMDGPU/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/Processors.td?rev=244255&r1=244254&r2=244255&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/Processors.td (original)
+++ llvm/trunk/lib/Target/AMDGPU/Processors.td Thu Aug 6 14:43:02 2015
@@ -138,3 +138,7 @@ def : ProcessorModel<"iceland", SIQuarte
def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
[FeatureVolcanicIslands, FeatureISAVersion8_0_1]
>;
+
+def : ProcessorModel<"fiji", SIQuarterSpeedModel,
+ [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;
More information about the llvm-commits
mailing list