This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fddea6a Fix an assertion in DwarfExpression when emitting fragments i [...] new 2ffea51 [PM] Introduce a reasonable port of the main per-module pass [...]
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/LoopPassManager.h | 12 ++ include/llvm/Passes/PassBuilder.h | 53 +++-- include/llvm/Transforms/Scalar/LoopRotation.h | 5 +- lib/Analysis/LoopPassManager.cpp | 1 + lib/Passes/PassBuilder.cpp | 293 ++++++++++++++++++++++++-- lib/Transforms/Scalar/LoopRotation.cpp | 6 +- test/Other/new-pass-manager.ll | 94 ++++++++- unittests/Analysis/LoopPassManagerTest.cpp | 12 +- 8 files changed, 434 insertions(+), 42 deletions(-)