[PATCH] D67492: [DebugInfo] Add a DW_OP_LLVM_entry_value operation

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 04:21:42 PDT 2019


dstenb marked an inline comment as done.
dstenb added a comment.

Thanks for the reviews! I'll merge this shortly.



================
Comment at: llvm/lib/IR/Verifier.cpp:5024
+
+  AssertDI(!E->isEntryValue(), "Entry values are not allowed in LLVM IR", &I);
+}
----------------
aprantl wrote:
> "only allowed in MIR" is perhaps more helpful.
Yes, that's more helpful. I'll update that.


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

https://reviews.llvm.org/D67492





More information about the llvm-commits mailing list