[PATCH] D112644: [AMDGPU] Fix global isel for kernels using agprs on gfx90a
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 27 11:55:38 PDT 2021
rampitec added a comment.
In D112644#3091054 <https://reviews.llvm.org/D112644#3091054>, @arsenm wrote:
> How was this breaking?
LLVM ERROR: no registers from class available to allocate
What happens `usesAGPRs()` does not see any agprs used and then the whole register budget is allocated to vgprs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112644/new/
https://reviews.llvm.org/D112644
More information about the llvm-commits
mailing list