[PATCH] D72817: [LazyCallGraph] Add invalidate method.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 09:17:09 PDT 2021
aeubanks added inline comments.
================
Comment at: llvm/lib/Analysis/LazyCallGraph.cpp:224
+ return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>() ||
+ PAC.preservedSet<CFGAnalyses>());
+}
----------------
is this correct? we can add/remove calls without changing the CFG of a function right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72817/new/
https://reviews.llvm.org/D72817
More information about the llvm-commits
mailing list