[llvm] [Coroutines][LazyCallGraph] resumes are not really SCC (PR #116285)
Tyler Nowicki via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 13:58:43 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
----------------
TylerNowicki wrote:
> another clarifying question, does the original function still always reference all newly split functions?
Yes, that is the case. I don't see that changing.
https://github.com/llvm/llvm-project/pull/116285
More information about the llvm-commits
mailing list