This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b7e80d846d [TI removal] Rework `InstVisitor` to support visiting instr [...] new d8d83714690 [TI removal] Make `getTerminator()` return a generic `Instr [...] new 4b284c14ecd [NewPM] implement SCC printing for -print-before-all/-print [...]
The 2 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/IR/BasicBlock.h | 21 ++++++------- lib/IR/BasicBlock.cpp | 7 +++-- lib/Passes/StandardInstrumentations.cpp | 32 ++++++++++++++++--- lib/Transforms/Coroutines/CoroFrame.cpp | 2 +- lib/Transforms/Scalar/GVNHoist.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 18 +++++------ test/Other/scc-pass-printer.ll | 49 ++++++++++++++++++++++++++++++ tools/bugpoint/CrashDebugger.cpp | 2 +- tools/llvm-diff/DifferenceEngine.cpp | 4 +-- unittests/IR/DominatorTreeTest.cpp | 2 +- unittests/IR/IRBuilderTest.cpp | 2 +- 11 files changed, 107 insertions(+), 34 deletions(-) create mode 100644 test/Other/scc-pass-printer.ll