[PATCH] D79571: [DebugInfo][DWARF] Emit a single location instead of a location list

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 10:14:23 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1541
+    if (&*I == LScopeEnd)
+      return false;
+
----------------
Does this do the right thing if the scope is "interrupted" by another scope within MBB?


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

https://reviews.llvm.org/D79571





More information about the llvm-commits mailing list