[all-commits] [llvm/llvm-project] 259390: [LCG] Don't skip invalidation of LazyCallGraph if ...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Oct 11 13:34:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 259390de9af659e2432c5b2af041ec6576c1b26d
https://github.com/llvm/llvm-project/commit/259390de9af659e2432c5b2af041ec6576c1b26d
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/Analysis/LazyCallGraph.cpp
A llvm/test/Analysis/LazyCallGraph/invalidate.ll
Log Message:
-----------
[LCG] Don't skip invalidation of LazyCallGraph if CFG analyses are preserved
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.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D111275
More information about the All-commits
mailing list