[PATCH] D90036: [AMDGPU] Emit stack frame size in metadata
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 13:22:28 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/amdpal-callable.ll:104
+; GCN-NEXT: dynamic_stack:
+; GCN-NEXT: .stack_frame_size_in_bytes: 0x10
+; GCN-NEXT: no_stack:
----------------
This doesn't really represent the unknown nature of the stack size, but I guess there isn't a key for this yet?
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