[llvm] [MemProf] Fix assert when exists direct recursion (PR #78264)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 11:09:01 PST 2024


================
@@ -3472,15 +3472,19 @@ bool MemProfContextDisambiguation::applyImport(Module &M) {
             assert(StackMDNode);
             SmallVector<unsigned> StackIdsFromMetadata;
----------------
lifengxiang1025 wrote:

Update.

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


More information about the llvm-commits mailing list