[PATCH] D85771: [DebugInstrRef][8/9] Convert DBG_INSTR_REFs into variable locations

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 13:11:08 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:1636
+  // into a plain DBG_VALUE.
+  if (TTracker) {
+    // Pick a location for the machine value number, if such a location exists.
----------------
if (!Tracker) 
  return true;


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

https://reviews.llvm.org/D85771



More information about the llvm-commits mailing list