[clang-tools-extra] [compiler-rt] [lldb] [llvm] [Memprof] Adds the option to collect AccessCountHistograms for memprof. (PR #94264)

Matthew Weingarten via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 24 08:27:41 PDT 2024


================
@@ -508,7 +519,26 @@ void createProfileFileNameVar(Module &M) {
   }
 }
 
+// Set MemprofHistogramFlag as a Global veriable in IR. This makes it accessible
+// to
----------------
mattweingarten wrote:

done.

https://github.com/llvm/llvm-project/pull/94264


More information about the cfe-commits mailing list