[PATCH] D37722: AMDGPU: Add implicit SP use to call pseudo

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 10:30:25 PDT 2017


arsenm abandoned this revision.
arsenm added a comment.

Abandoning for now at least. SP is currently always s32, which is already part of the regmask. Skipping the regular operands can also miss the registers used for the destination address (although in practice that doesn't matter since those are already covered by the operations used to set them up before)


https://reviews.llvm.org/D37722





More information about the llvm-commits mailing list