The CFG being changed and the overall call graph are not related, we can introduce/remove calls without changing the CFG.
Resolves one of the issues in PR51946.
Paths
| Differential D111275
[LCG] Don't skip invalidation of LazyCallGraph if CFG analyses are preserved ClosedPublic Authored by aeubanks on Oct 6 2021, 2:33 PM.
Details Summary The CFG being changed and the overall call graph are not related, we can introduce/remove calls without changing the CFG. Resolves one of the issues in PR51946.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 11 2021, 1:20 PM This revision was landed with ongoing or failed builds.Oct 11 2021, 1:34 PM Closed by commit rG259390de9af6: [LCG] Don't skip invalidation of LazyCallGraph if CFG analyses are preserved (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377691 llvm/lib/Analysis/LazyCallGraph.cpp
llvm/test/Analysis/LazyCallGraph/invalidate.ll
|