This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b3ccb4e This is a large patch for X86 AVX-512 of an optimization for [...] new 6fbb41e [PM] Teach the CGSCC's CG update utility to more carefully in [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/LazyCallGraph.h | 28 +++++--- lib/Analysis/CGSCCPassManager.cpp | 47 ++++++++++--- lib/Analysis/LazyCallGraph.cpp | 39 ++++++++--- test/Transforms/Inline/cgscc-invalidate.ll | 104 +++++++++++++++++++++++++++++ unittests/Analysis/LazyCallGraphTest.cpp | 83 +++++++++++++---------- 5 files changed, 236 insertions(+), 65 deletions(-) create mode 100644 test/Transforms/Inline/cgscc-invalidate.ll