[PATCH] D89510: AMDGPU: Fix not always reserving VGPRs used for SGPR spilling

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 07:21:07 PDT 2020


arsenm added a comment.

In D89510#2333593 <https://reviews.llvm.org/D89510#2333593>, @rampitec wrote:

> Any tests?

We apparently don't have any tests turning off the pre-reserved VGPR. With the getReservedRegs change, one test fails due to reserveVGPRforSGPRSpills returning NoRegister


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89510/new/

https://reviews.llvm.org/D89510



More information about the llvm-commits mailing list