[PATCH] D107404: [AMDGPU] Avoid assert for saved FP

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 15:01:25 PDT 2021


arsenm added a subscriber: cdevadas.
arsenm added a comment.

We should stop "spilling" to AGPRs entirely. It's not a spill, it's an ordinary copy due to pressure. We just need to start using the combined VGPR+AGPR classes for values @cdevadas was working on this.

The same problem exists for SGPRs and we prune the stack objects before this


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

https://reviews.llvm.org/D107404



More information about the llvm-commits mailing list