Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34810 Build 34809: arc lint + arc unit
Event Timeline
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
979–980 | to resize the SavedVGPRs to the proper size in case any code may break on that |
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
1049–1051 | 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.
Why wouldn't this skip the base call?