[llvm] [AMDGPU] Change SGPR layout to striped caller/callee saved (PR #127353)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 07:34:29 PST 2025


https://github.com/jayfoad commented:

Striping SGPRs serves no purpose on GFX10+ where all waves get the full allocation of SGPRs. But hopefully it doesn't do any harm either.

https://github.com/llvm/llvm-project/pull/127353


More information about the llvm-commits mailing list