[llvm] [MemProf] Optionally discard small non-cold contexts (PR #139113)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri May 9 13:33:03 PDT 2025


================
@@ -271,6 +300,27 @@ static void saveFilteredNewMIBNodes(std::vector<Metadata *> &NewMIBNodes,
     }
   };
 
+  if (MostlyCold) {
----------------
teresajohnson wrote:

done

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


More information about the llvm-commits mailing list