[PATCH] D72226: Add LazyCallGraph API to add function to RefSCC
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 20:14:03 PST 2020
modocache updated this revision to Diff 242245.
modocache retitled this revision from "[PM][CGSCC] API for outlined ref edges" to "Add LazyCallGraph API to add function to RefSCC".
modocache edited the summary of this revision.
modocache added a comment.
Update based on @jdoerfert's latest version of revision D70927 <https://reviews.llvm.org/D70927>. Previous versions added a public member function to `CallGraphUpdater`, the latest versions instead add a public member function to `LazyCallGraph`. This update does the same, it moves the new member function, from `CallGraphUpdater::registerReferredToOutlinedFunction`, to `LazyCallGraph::addNewFunctionIntoRefSCC`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72226/new/
https://reviews.llvm.org/D72226
Files:
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/LazyCallGraph.cpp
llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72226.242245.patch
Type: text/x-patch
Size: 5040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/2c3a2dbb/attachment.bin>
More information about the llvm-commits
mailing list