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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 13:23:07 PDT 2020


arsenm added a comment.

In D84199#2166220 <https://reviews.llvm.org/D84199#2166220>, @hsmhsm wrote:

> 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.


The intent is to get the value for the physical register


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

https://reviews.llvm.org/D84199





More information about the llvm-commits mailing list