[all-commits] [llvm/llvm-project] 89f7cc: [AMDGPU] Remove getAllVGPR32() which cannot handle...
RamNalamothu via All-commits
all-commits at lists.llvm.org
Tue Oct 20 10:46:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89f7ccea6f6488c443655880229c54db1f180153
https://github.com/llvm/llvm-project/commit/89f7ccea6f6488c443655880229c54db1f180153
Author: vnalamot <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
Log Message:
-----------
[AMDGPU] Remove getAllVGPR32() which cannot handle Accum VGPRs properly
Remove getAllVGPR32() interface and update the SGPR spill code to use
a proper method to get the relevant VGPR registers list.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D89806
More information about the All-commits
mailing list