[PATCH] D148824: AMDGPU: Define sub-class of SGPR_64 for tail call return

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 01:07:26 PDT 2023


sebastian-ne accepted this revision.
sebastian-ne added a comment.

`s[30:31]` is reserved for the return address anyway, so the compiler should never use it for tail calls (independent of if it is part of the CCR list or not). Excluding it from that list makes sense to me :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148824/new/

https://reviews.llvm.org/D148824



More information about the llvm-commits mailing list