[PATCH] D22989: AMDGPU: Set sizes on control flow pseudos

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 06:04:23 PDT 2016


nhaehnle accepted this revision.
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a comment.
This revision is now accepted and ready to land.

Thanks for the explanation!

I agree that long branches should go after RA, since they need to account for spill instructions. There'll probably always be cases where the long branch has to scavenge an SGPR pair :/


https://reviews.llvm.org/D22989





More information about the llvm-commits mailing list