[llvm] [MemProf] Allow cloning of callsites in recursive cycles (PR #121985)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 14:55:16 PST 2025
================
@@ -122,6 +122,20 @@ static cl::opt<unsigned>
cl::desc("Max depth to recursively search for missing "
"frames through tail calls."));
+// By default enable cloning of callsites involved with recursive cycles
+static cl::opt<bool> SkipRecursiveCallsites(
+ "memprof-skip-recursive-callsites", cl::init(false), cl::Hidden,
----------------
teresajohnson wrote:
done
https://github.com/llvm/llvm-project/pull/121985
More information about the llvm-commits
mailing list