[compiler-rt] [llvm] [Memprof] Adds instrumentation support for memprof with histograms. (PR #100834)

Matthew Weingarten via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 28 16:16:01 PDT 2024


================
@@ -192,7 +195,8 @@ namespace {
 struct ShadowMapping {
   ShadowMapping() {
     Scale = ClMappingScale;
-    Granularity = ClMappingGranularity;
+    // Histogram Granularity is always 8U for now.
----------------
mattweingarten wrote:

Yes that was what I was referring to. Removed comment since its not necessary. 

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


More information about the llvm-commits mailing list