[PATCH] D70927: Introduce a CallGraph updater helper class
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 19:18:10 PST 2020
modocache added inline comments.
================
Comment at: llvm/include/llvm/Analysis/LazyCallGraph.h:1062
+ /// Introduce a node for the function \p NewF in the SCC \p C.
+ void addNewFunctionIntoSCC(Function &NewF, SCC &C);
+
----------------
Ah, I missed one thing; I think this deserves its own unit test in `LazyCallGraphTest.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70927/new/
https://reviews.llvm.org/D70927
More information about the llvm-commits
mailing list