Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
What is this supposed to solve?
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
985–986 ↗ | (On Diff #209328) | Why wouldn't this skip the base call? |
1055–1057 ↗ | (On Diff #209328) | SGPR version should also be skipped? |
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
985–986 ↗ | (On Diff #209328) | to resize the SavedVGPRs to the proper size in case any code may break on that |
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
1055–1057 ↗ | (On Diff #209328) | sure |
Comment Actions
the issue happens when we need to spill FP when all SGRPs used. However, register scavenger is only allocated when necessary for entry function. The newly created frame object when we determine whether FP needs to be spilled breaks later process as RS is not allocated at the beginning.