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.
Differential D111275
[LCG] Don't skip invalidation of LazyCallGraph if CFG analyses are preserved aeubanks on Oct 6 2021, 2:33 PM. Authored by
Details 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
|