[PATCH] D88175: [DebugInfo] Add new metadata, DIArgList, for referencing a list of SSA values inside a debug variable intrinsic

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 18:45:33 PST 2020


aprantl added a comment.

I think this would work. Could you base it on MDTuple and would that simplify the implementation?



================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:3516
+/// intrinsic.
+class DIArgList : public MDNode {
+  friend class LLVMContextImpl;
----------------
Could this be MDTuple instead of MDNode?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88175



More information about the llvm-commits mailing list