[llvm] [MemProf] Fix discarding of noncold contexts after inlining (PR #149599)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 20:29:11 PDT 2025


================
@@ -38,6 +38,9 @@
 ;; }
 
 ; RUN: opt -passes=inline %s -S | FileCheck %s
+;; We should not additional discarding of non-cold contexts when rebuilding the
----------------
teresajohnson wrote:

fixed

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


More information about the llvm-commits mailing list