[WIP][AMDGPU] Move frame pointer from s34 to s33 Remove the gap left between the stack pointer (s32) and frame pointer (s34) now that the scratch wave offset is no longer a part of the calling convention ABI. Update llvm/docs/AMDGPUUsage.rst to reflect the change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Does the AMDGPUUsage Calling COnvention section also need updating to reflect this change?
Comment Actions
Yes, I have a "TODO Update AMDGPUUsage" on this and the previous patch, I'll be working on updating it today.