[PATCH] D124192: [AMDGPU] Callee must always spill writelane VGPRs
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 02:36:09 PDT 2022
foad added a comment.
In D124192#3887770 <https://reviews.llvm.org/D124192#3887770>, @nhaehnle wrote:
> I think that marking this as a TODO here, and then following up with a separate change that does the direct call of `allocateWWMSpill` from register allocation is a decent plan.
Is that something you could do in a separate pass post-RA but pre-VirtRegRewriter, by looking at the VirtRegMap analysis?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124192/new/
https://reviews.llvm.org/D124192
More information about the llvm-commits
mailing list