[PATCH] D88405: [LiveDebugValues][InstrRef][1/2] Try harder to recover clobbered variable locations

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 00:24:38 PDT 2020


djtodoro added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:1225
+  void clobberMloc(LocIdx MLoc, MachineBasicBlock::iterator Pos,
+                   bool make_undef = true) {
     auto ActiveMLocIt = ActiveMLocs.find(MLoc);
----------------
Nit: `make_undef` ==> `MakeUndef`


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

https://reviews.llvm.org/D88405



More information about the llvm-commits mailing list