[PATCH] D150609: [AMDGPU] Do not assume stack size for PAL code object indirect calls
Baptiste Saleil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 08:37:44 PDT 2023
bsaleil added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll:5
+; CHECK: scratch_memory_size: 0
+define amdgpu_vs void @test() {
+.entry:
----------------
arsenm wrote:
> Doesn't check a dynamic-is-present metadata field?
We don't have such flag in PAL abi.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150609/new/
https://reviews.llvm.org/D150609
More information about the llvm-commits
mailing list