This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c5ce04 [X86] Use X86ISD::CVTTP2SI and X86ISD::CVTTP2UI for lowering [...] new 8bf2780 [PM] Support invalidation of inner analysis managers from a p [...]
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/CGSCCPassManager.h | 93 ++++++- include/llvm/Analysis/LoopPassManager.h | 12 +- include/llvm/IR/PassManager.h | 74 +++--- lib/Analysis/CGSCCPassManager.cpp | 87 +++++- lib/Analysis/LoopPassManager.cpp | 20 +- lib/IR/PassManager.cpp | 28 +- lib/Passes/PassBuilder.cpp | 1 - lib/Passes/PassRegistry.def | 1 + test/Other/new-pass-manager.ll | 6 +- unittests/Analysis/CGSCCPassManagerTest.cpp | 393 ++++++++++++++++++++++++++-- unittests/IR/PassManagerTest.cpp | 40 ++- 11 files changed, 654 insertions(+), 101 deletions(-)