[PATCH] D25919: AMDGPU: Add ISA version 7.0.2/8.0.4/8.1.0.
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 13:57:47 PDT 2016
tstellarAMD added inline comments.
================
Comment at: lib/Target/AMDGPU/Processors.td:124
+def : ProcessorModel<"gfx700", SIQuarterSpeedModel,
+ [FeatureSeaIslands, FeatureLDSBankCount32, FeatureISAVersion7_0_0]
+>;
----------------
FeatureSeaIslands and FeatureLDSBankCount32 Should be part of the Implies list of FeatureISAVersion7_0_0. Similar changes should be made to all the FeatureISAVersion* that are being added.
https://reviews.llvm.org/D25919
More information about the llvm-commits
mailing list