[llvm-branch-commits] [llvm] [NFC][Utils] Extract BuildDebugInfoMDMap from CloneFunctionInto (PR #118622)
Artem Pianykh via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 6 05:09:04 PST 2024
================
@@ -79,14 +79,16 @@ struct ValueMapConfig {
static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
};
+/// This type stores Metadata. Used in ValueMap.
+using MDMapT = DenseMap<const Metadata *, TrackingMDRef>;
----------------
artempyanykh wrote:
@felipepiovezan good call! Let me just spell out the type completely.
https://github.com/llvm/llvm-project/pull/118622
More information about the llvm-branch-commits
mailing list