================ @@ -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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits