Remove getAllVGPR32() interface and update the SGPR spill code to use
a proper method to get the relevant VGPR registers list.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89806
[AMDGPU] Remove getAllVGPR32() which cannot handle Accum VGPRs properly ClosedPublic Authored by RamNalamothu on Oct 20 2020, 9:42 AM.
Details Summary Remove getAllVGPR32() interface and update the SGPR spill code to use
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 20 2020, 9:58 AM This revision was landed with ongoing or failed builds.Oct 20 2020, 10:45 AM Closed by commit rG89f7ccea6f64: [AMDGPU] Remove getAllVGPR32() which cannot handle Accum VGPRs properly (authored by vnalamot <VenkataRamanaiah.Nalamothu@amd.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299417 llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
llvm/lib/Target/AMDGPU/SIRegisterInfo.h
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
|