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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 10:44:26 PST 2024


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

I think this is dead and can be removed too.

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


More information about the llvm-commits mailing list