[PATCH] D70833: [DebugInfo] Support for DW_OP_LLVM_explicit_pointer (temp2reg).
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 11:28:05 PST 2019
dblaikie added inline comments.
================
Comment at: llvm/docs/LangRef.rst:4828-4829
value/address operand at offset N.
+- ``DW_OP_LLVM_explicit_pointer`` can only appear at the beginning of a
+ ``DIExpression``, and it specifies the dereferenced value.
----------------
I think this probably still needs some design discussion on the llvm-dev design thread (I know I'm mostly slacking there) - specifically the "can only appear at the beginning" seems like it misses the case I brought up on the thread about multiple levels of indirection.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70833/new/
https://reviews.llvm.org/D70833
More information about the llvm-commits
mailing list