[PATCH] D49572: [docs] Clarify role of DIExpressions within debug intrinsics
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 16:15:00 PDT 2018
rnk added inline comments.
================
Comment at: docs/LangRef.rst:4613
+
+- If the value operand of the intrinsic is an implicit location, the
+ DIExpression is interpreted as if it contained ``DW_OP_stack_value``,
----------------
What makes value operands to dbg.value implicit or concrete in LLVM IR? Are SSA values from local instructions concrete, and constants implicit? We could describe that here.
https://reviews.llvm.org/D49572
More information about the llvm-commits
mailing list