[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
Mon Sep 28 08:59:52 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:3440
+/// intrinsic.
+class DIArgList : public MDNode {
+ friend class LLVMContextImpl;
----------------
Why doesn't this inherit from, e.g., `MDTuple` or have multiple `MDOperand`s?
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