[PATCH] D101947: GlobalISel: Split ValueHandler into assignment and emission classes

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 12:50:52 PDT 2021


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

@paquette See any issues with this?



================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h:219
+    MachineRegisterInfo &MRI;
+    bool IsIncomingArgumentHandler;
+
----------------
Can make this const.


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

https://reviews.llvm.org/D101947



More information about the llvm-commits mailing list