[PATCH] D117936: AMDGPU: Emit user sgpr count directives in text asm

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 16:10:00 PST 2022


arsenm created this revision.
arsenm added reviewers: kzhuravl, t-tye, AMDGPU.
Herald added subscribers: foad, kerbowa, hiraditya, tpr, dstuttard, yaxunl, nhaehnle, jvesely.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

We were emitting these in the object file but not printing them.


https://reviews.llvm.org/D117936

Files:
  llvm/docs/AMDGPUUsage.rst
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  llvm/test/CodeGen/AMDGPU/code-object-v3.ll
  llvm/test/CodeGen/AMDGPU/indirect-call-known-callees.ll
  llvm/test/CodeGen/AMDGPU/kernarg-size.ll
  llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
  llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
  llvm/test/MC/AMDGPU/hsa-v3.s
  llvm/test/MC/AMDGPU/hsa-v4.s
  llvm/test/MC/AMDGPU/user-sgpr-count-diag.s
  llvm/test/MC/AMDGPU/user-sgpr-count.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117936.402131.patch
Type: text/x-patch
Size: 18290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220122/6c8a319f/attachment-0001.bin>


More information about the llvm-commits mailing list