[PATCH] D90036: [AMDGPU] Emit stack frame size in metadata

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 06:15:13 PDT 2020


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

Add .shader_functions to pal metadata, which contains the stack frame
size for all functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90036

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
  llvm/test/CodeGen/AMDGPU/amdpal-callable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90036.300259.patch
Type: text/x-patch
Size: 4884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/9de176a5/attachment.bin>


More information about the llvm-commits mailing list