[llvm] [MemProf] Optionally save context size info on largest cold allocations (PR #142507)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 22:23:10 PDT 2025
================
@@ -0,0 +1,131 @@
+;; Test the -memprof-min-percent-max-cold-size flag for annotating only the
+;; largest contexts with size info.
+
+; REQUIRES: x86_64-linux
----------------
snehasish wrote:
I don't think we need this since we don't deal with any raw profiles in this test?
https://github.com/llvm/llvm-project/pull/142507
More information about the llvm-commits
mailing list