[PATCH] D93715: AMDGPU: Don't fold AGPR copy pairs that need a temp VGPR
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 08:43:35 PST 2021
kerbowa added a comment.
I'm working on eliminating some AGPR->VGPR->AGPR copies which commonly cause problems in loops where the VGPR is considered live across iterations by the register allocator even if the VGPR copy should be sunk. Why do we need this temp VGPR?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93715/new/
https://reviews.llvm.org/D93715
More information about the llvm-commits
mailing list