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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 07:51:01 PDT 2020


arsenm added a comment.

What's the point of reporting this?



================
Comment at: llvm/test/CodeGen/AMDGPU/amdpal-callable.ll:10
+; GCN:       gfx_callable_amdpal:
+; GCN:         .stack_frame_size_in_bytes: 0
 define amdgpu_gfx half @gfx_callable_amdpal(half %arg0) {
----------------
Should include a test with a non-0 size, and a case with a variable sized stack object, and a case with transitively used stack from a callee


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90036/new/

https://reviews.llvm.org/D90036



More information about the llvm-commits mailing list