[PATCH] D93828: [CGSCC][Coroutine][NewPM] Properly support function splitting/outlining
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 16:09:26 PST 2021
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
I'm not an SCC expert, but Arthur explained to me how this works, and I trust the explanation.
================
Comment at: llvm/unittests/Analysis/LazyCallGraphTest.cpp:2838
+
+ CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
+
----------------
Woohoo, tests!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93828/new/
https://reviews.llvm.org/D93828
More information about the llvm-commits
mailing list