[PATCH] D84692: [Statepoint] When using the tied def lowering, unconditionally use vregs [almost NFC]

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 23:01:41 PDT 2020


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

lgtm



================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:1120
 
+  
+
----------------
do you really need these empty lines?


================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:1124
+
+  // If relocation was done via virtual register..
+  auto &VirtRegs = StatepointLowering.VirtRegs;
----------------
redundant dot.


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

https://reviews.llvm.org/D84692



More information about the llvm-commits mailing list