This is the first patch of a series to upstream support for the new
subtarget.
Contributors:
Jay Foad <jay.foad@amd.com>
Konstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Patch 1/N for upstreaming AMDGPU gfx11 architectures.
Paths
| Differential D124536
[AMDGPU] Add gfx11 subtarget ELF definition ClosedPublic Authored by Joe_Nash on Apr 27 2022, 10:17 AM.
Details
Summary This is the first patch of a series to upstream support for the new Contributors: Patch 1/N for upstreaming AMDGPU gfx11 architectures.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 27 2022, 10:17 AM Joe_Nash added a child revision: D124537: [AMDGPU][clang] Definition of gfx11 subtarget.Apr 27 2022, 10:22 AM This revision is now accepted and ready to land.Apr 28 2022, 1:21 AM Comment Actions Need to update processor table: https://llvm.org/docs/AMDGPUUsage.html#processors This revision now requires changes to proceed.Apr 28 2022, 8:30 AM This revision is now accepted and ready to land.Apr 28 2022, 9:18 AM This revision was landed with ongoing or failed builds.Apr 29 2022, 9:54 AM Closed by commit rG813e521e55b1: [AMDGPU] Add gfx11 subtarget ELF definition (authored by Joe_Nash). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 426104 clang/test/Misc/target-invalid-cpu-note.c
llvm/docs/AMDGPUUsage.rst
llvm/include/llvm/BinaryFormat/ELF.h
llvm/include/llvm/Support/TargetParser.h
llvm/lib/Object/ELFObjectFile.cpp
llvm/lib/ObjectYAML/ELFYAML.cpp
llvm/lib/Support/TargetParser.cpp
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
llvm/test/tools/llvm-readobj/ELF/amdgpu-elf-headers.test
llvm/tools/llvm-readobj/ELFDumper.cpp
|