[PATCH] D128346: [AMDGPU] Disable the private segment size fallback to 16k

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 02:19:48 PDT 2022


abinavpp marked an inline comment as done.
abinavpp added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll:184
 ; NumVgprs: 24
-; GCN: ScratchSize: 16384
+; GCN: ScratchSize: 0
 define amdgpu_kernel void @usage_external() #0 {
----------------
arsenm wrote:
> Ditto for the rest
There's a check for is_dynamic_callstack from v2 here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128346



More information about the llvm-commits mailing list