[PATCH] D83730: [AMDGPU] Spill CSR VGPR which is reserved for SGPR spills
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 11:07:20 PDT 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with nit. I really need to get back to the register allocation split patches
================
Comment at: llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp:249
ArrayRef<MCPhysReg> AllVGPR32s = ST.getRegisterInfo()->getAllVGPR32(MF);
+
for (MCPhysReg Reg : AllVGPR32s) {
----------------
Extra whitespace change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83730/new/
https://reviews.llvm.org/D83730
More information about the llvm-commits
mailing list