[PATCH] D73691: [DebugInfo] Re-instate scope trimming in LiveDebugVariables

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 04:23:49 PST 2020


jmorse marked an inline comment as done.
jmorse added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugVariables.cpp:921
+      RStart = LIS.getSlotIndexes()->getIndexBefore(*Range.first);
+
     // At the start of each iteration I has been advanced so that
----------------
^^^ this hunk is my addition, everything else here is a revert of D62650 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73691





More information about the llvm-commits mailing list