Introduce a utility function to make it more
convenient to write code that is the same on
the GFX9 and GFX10 subtargets.
Use isGFX9Plus in the AsmParser for AMDGPU.
Paths
| Differential D88908
[AMDGPU] Create isGFX9Plus utility function ClosedPublic Authored by Joe_Nash on Oct 6 2020, 9:15 AM.
Details
Summary Introduce a utility function to make it more Use isGFX9Plus in the AsmParser for AMDGPU.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 6 2020, 9:56 AM Comment Actions Thank you for the review. I do not yet have commit access so please commit this on my behalf. This revision was landed with ongoing or failed builds.Oct 6 2020, 10:18 AM Closed by commit rGacce6b608268: [AMDGPU] Create isGFX9Plus utility function (authored by rampitec). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 296494 llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
|