[llvm] [MemProf] Fix clone edge comparison (PR #113753)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 26 17:13:37 PDT 2024
================
@@ -0,0 +1,99 @@
+;; Test to make sure we don't fail when cloning in a case where we end up with
+;; a clone that has fewer edges than the node it was initially cloned from.
+;; This test was reduced and simplified from xalancbmk with some random hotness
+;; applied to the profile that reproduced the issue.
+
+; RUN: opt -passes=memprof-context-disambiguation -supports-hot-cold-new \
+; RUNL -memprof-verify-ccg -memprof-verify-nodes \
----------------
snehasish wrote:
Looks like this line might not have been run in the test? Should be "RUN:" instead of "RUNL".
Since this is the line which enables the verification does it mean the test case reduction was overly aggressive?
https://github.com/llvm/llvm-project/pull/113753
More information about the llvm-commits
mailing list