[llvm] [ctx_prof] CtxProfAnalysis: populate module data (PR #102930)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 09:58:48 PDT 2024
================
@@ -9,23 +9,39 @@
#ifndef LLVM_ANALYSIS_CTXPROFANALYSIS_H
#define LLVM_ANALYSIS_CTXPROFANALYSIS_H
+#include "llvm/ADT/StringMap.h"
----------------
snehasish wrote:
I didn't see a StringMap being introduced, there is a new DenseMap though?
https://github.com/llvm/llvm-project/pull/102930
More information about the llvm-commits
mailing list