[PATCH] D84199: GlobalISel: Add utilty for getting function argument live ins

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 02:07:25 PDT 2020


hsmhsm accepted this revision.
hsmhsm added a comment.
This revision is now accepted and ready to land.

IMHO, it is a good idea to add a generic utility support to get a virtual live-in register for a given physical register. Otherwise, each target land-up implementing it as I had done it for AMDGPU target sometime back. Thanks for cleaning it up.  Except for my above minor comment, it is LGTM from my side unless other reviewers have any additional comments.


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

https://reviews.llvm.org/D84199





More information about the llvm-commits mailing list