[PATCH] D91263: GlobalISel: Directly expose getDefSrcRegIgnoringCopies utility

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 08:07:17 PST 2020


arsenm closed this revision.
arsenm added a comment.

c67e1a985f4d7a68b607a8bd0db74a4fc39d5596 <https://reviews.llvm.org/rGc67e1a985f4d7a68b607a8bd0db74a4fc39d5596>



================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:163
+getDefSrcRegIgnoringCopies(Register Reg, const MachineRegisterInfo &MRI,
+                           bool CopyOnly = true);
+
----------------
paquette wrote:
> Can you document `CopyOnly`?
This actually only exists in a future patch I haven't posted, so I've dropped the parameter


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

https://reviews.llvm.org/D91263



More information about the llvm-commits mailing list