[llvm] [MemProf] Track and report profiled sizes through cloning (PR #98382)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 15:19:35 PDT 2024
================
@@ -249,6 +250,10 @@ attributes #6 = { builtin }
; REMARKS: call in clone _Z3barv marked with memprof allocation attribute notcold
+; SIZES: NotCold context 1 with total size 100 is NotCold after cloning
+; SIZES: Cold context 2 with total size 400 is Cold after cloning
+
+
----------------
teresajohnson wrote:
fixed here and in other test
https://github.com/llvm/llvm-project/pull/98382
More information about the llvm-commits
mailing list