[all-commits] [llvm/llvm-project] e8860b: [AMDGPU] gfx11 Image instructions
Joe Nash via All-commits
all-commits at lists.llvm.org
Tue May 31 08:21:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8860bee283855b2e1ce7eefb085a86e9ae3262b
https://github.com/llvm/llvm-project/commit/e8860bee283855b2e1ce7eefb085a86e9ae3262b
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
A llvm/test/MC/AMDGPU/gfx11_asm_mimg.s
A llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
A llvm/test/MC/Disassembler/AMDGPU/gfx11_mimg.txt
Log Message:
-----------
[AMDGPU] gfx11 Image instructions
MC layer support for instructions in the MIMG encoding(Image
instructions).
Contributors:
Carl Ritson <carl.ritson at amd.com>
Patch 13/N for upstreaming of AMDGPU gfx11 architecture.
Depends on D125992
Reviewed By: rampitec, #amdgpu
Differential Revision: https://reviews.llvm.org/D126463
More information about the All-commits
mailing list