[llvm] [Coroutines][LazyCallGraph] resumes are not really SCC (PR #116285)
Tyler Nowicki via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 13:50:45 PST 2024
================
@@ -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:
I added a unit test that resembles the above example.
https://github.com/llvm/llvm-project/pull/116285
More information about the llvm-commits
mailing list