[all-commits] [llvm/llvm-project] e6564f: AMDGPU: Emit user sgpr count directives in text asm
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 26 10:51:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6564f39c787d6aa06ad5573e55db3439ed3a263
https://github.com/llvm/llvm-project/commit/e6564f39c787d6aa06ad5573e55db3439ed3a263
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
M llvm/test/CodeGen/AMDGPU/code-object-v3.ll
M llvm/test/CodeGen/AMDGPU/indirect-call-known-callees.ll
M llvm/test/CodeGen/AMDGPU/kernarg-size.ll
M llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
M llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
M llvm/test/MC/AMDGPU/hsa-v3.s
M llvm/test/MC/AMDGPU/hsa-v4.s
A llvm/test/MC/AMDGPU/user-sgpr-count-diag.s
A llvm/test/MC/AMDGPU/user-sgpr-count.s
Log Message:
-----------
AMDGPU: Emit user sgpr count directives in text asm
We were emitting these in the object file but not printing them.
More information about the All-commits
mailing list