[PATCH] D91263: GlobalISel: Directly expose getDefSrcRegIgnoringCopies utility
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 09:12:12 PST 2020
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM with documentation nit
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:163
+getDefSrcRegIgnoringCopies(Register Reg, const MachineRegisterInfo &MRI,
+ bool CopyOnly = true);
+
----------------
Can you document `CopyOnly`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91263/new/
https://reviews.llvm.org/D91263
More information about the llvm-commits
mailing list