[llvm] [MemProf] Fix clone edge comparison (PR #113753)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 26 19:39:05 PDT 2024


================
@@ -942,6 +945,46 @@ bool allocTypesMatch(
       });
 }
 
+// Helper to check if the alloc types for all edges recorded in the
+// InAllocTypes vector match the alloc types for callee edges in the given
+// Clone. Because the InAllocTypes were computed from the original node's callee
----------------
teresajohnson wrote:

done

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


More information about the llvm-commits mailing list