[all-commits] [llvm/llvm-project] 813e52: [AMDGPU] Add gfx11 subtarget ELF definition
Joe Nash via All-commits
all-commits at lists.llvm.org
Fri Apr 29 09:54:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 813e521e55b11165138b071f446eda94b14570dc
https://github.com/llvm/llvm-project/commit/813e521e55b11165138b071f446eda94b14570dc
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M clang/test/Misc/target-invalid-cpu-note.c
M llvm/docs/AMDGPUUsage.rst
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/include/llvm/Support/TargetParser.h
M llvm/lib/Object/ELFObjectFile.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/lib/Support/TargetParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
M llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
M llvm/test/tools/llvm-readobj/ELF/amdgpu-elf-headers.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[AMDGPU] Add gfx11 subtarget ELF definition
This is the first patch of a series to upstream support for the new
subtarget.
Contributors:
Jay Foad <jay.foad at amd.com>
Konstantin Zhuravlyov <kzhuravl_dev at outlook.com>
Patch 1/N for upstreaming AMDGPU gfx11 architectures.
Reviewed By: foad, kzhuravl, #amdgpu
Differential Revision: https://reviews.llvm.org/D124536
More information about the All-commits
mailing list