[PATCH] D59790: [DebugInfo][Docs] Document how variable location metadata is transformed through target codegen

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 19:21:00 PDT 2019


vsk added inline comments.


================
Comment at: docs/SourceLevelDebugging.rst:784
+location, which would lead to a large number of debugging intrinsics being
+generated.
+
----------------
@aprantl, do you remember our conversation about why llvm doesn't have a DBG_PHI MI? Was the main reason that it would require too many new meta-instructions to be inserted? Or was it that it wouldn't obviate the need for a convenient, block-local view of which variables are live?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59790





More information about the llvm-commits mailing list