Check no VGPRs above configured maximum would be used by a return
when deciding if it can be lowered.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152912
[AMDGPU] Place returns on stack if they would violate VGPR limit ClosedPublic Authored by critson on Jun 14 2023, 6:07 AM.
Details Summary Check no VGPRs above configured maximum would be used by a return
Diff Detail
Event Timelinecritson added a parent revision: D152892: [AMDGPU] Remove return VGPRs from callee save list.Jun 14 2023, 6:08 AM This revision is now accepted and ready to land.Jun 14 2023, 7:26 AM This revision was landed with ongoing or failed builds.Jun 14 2023, 10:07 PM Closed by commit rG0fd31b2880b3: [AMDGPU] Place returns on stack if they would violate VGPR limit (authored by critson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531612 llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/test/CodeGen/AMDGPU/gfx-callable-return-types.ll
|