[llvm] [MemProf] Optionally save context size info on largest cold allocations (PR #142507)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 09:15:07 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:
There are a few of these I came across when running memprof tests for ARM for development. I'll clean up the rest.
https://github.com/llvm/llvm-project/pull/142507
More information about the llvm-commits
mailing list