[llvm] [Coroutines][LazyCallGraph] resumes are not really SCC (PR #116285)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 11:13:26 PST 2025
================
@@ -1720,6 +1720,7 @@ void LazyCallGraph::addSplitRefRecursiveFunctions(
for (Function *NewFunction : NewFunctions) {
Node &NewN = initNode(*NewFunction);
+ // Make the original function reference each new function
----------------
aeubanks wrote:
another clarifying question, does the original function still always reference all newly split functions?
https://github.com/llvm/llvm-project/pull/116285
More information about the llvm-commits
mailing list