[PATCH] D82363: [DebugInfo] Add new instruction and expression operator for variadic debug values

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 00:30:10 PDT 2020


djtodoro added inline comments.


================
Comment at: llvm/docs/SourceLevelDebugging.rst:581
+
+The first form, ``DBG_VALUE``, appears thus:
 
----------------
aprantl wrote:
> Since we — contrary to LLVM bitcode — don't bother with compatibility for MIR — should we just always use DBG_VALUE_LIST instead or turn DBG_VALUE into DBG_VALUE_LIST to keep the code simpler?
+1 for this, but do we want to keep the old one (DBG_VALUE) for the legacy (for some time) or it is too expensive?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82363



More information about the llvm-commits mailing list