Add missing ISA versions 7.0.2/8.0.4/8.1.0. to backend.
Refactor processor definition to use ISA version features.
Fixed ISA version for stoney.
Based on Laurent Morichetti's patch.
Paths
| Differential D25919
AMDGPU: Refactor processor definition to use ISA version features ClosedPublic Authored by yaxunl on Oct 24 2016, 12:37 PM.
Details Summary Add missing ISA versions 7.0.2/8.0.4/8.1.0. to backend. Refactor processor definition to use ISA version features. Fixed ISA version for stoney. Based on Laurent Morichetti's patch.
Diff Detail Event Timelineyaxunl updated this object.
yaxunl retitled this revision from AMDGPU: Add ISA version 7.0.2/8.0.4/8.1.0. to AMDGPU: Refactor processor definition to use ISA version features. yaxunl updated this object. yaxunl edited edge metadata. Comment ActionsRevised as Tony and Tom suggested. This revision is now accepted and ready to land.Oct 26 2016, 9:35 AM Closed by commit rL285210: AMDGPU: Refactor processor definition to use ISA version features (authored by yaxunl). · Explain WhyOct 26 2016, 9:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 75769 lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/Processors.td
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
test/CodeGen/AMDGPU/hsa-note-no-func.ll
|
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.