[clang] [llvm] [AMDGPU] Add per-kernel kernarg preload count (PR #211059)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 29 06:46:36 PDT 2026
yxsamliu wrote:
@arsenm Re: preload control
I changed the attribute to limit the SGPRs used by preloading instead of the number of arguments. This accounts for argument sizes and padding while matching the contiguous-prefix behavior supported by the backend today.
https://github.com/llvm/llvm-project/pull/211059
More information about the cfe-commits
mailing list