This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 573330f677f [ARM] Do not fuse VADD and VMUL, continued (2/2) new c99132a7275 [MIPS GlobalISel] Legalize constants new ff88649977a [NewPM] teach -passes= to emit meaningful error messages
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/Passes/PassBuilder.h | 51 +-- lib/LTO/LTOBackend.cpp | 14 +- lib/Passes/PassBuilder.cpp | 366 ++++++++++++--------- lib/Target/Mips/MipsLegalizerInfo.cpp | 25 +- .../Mips/GlobalISel/legalizer/constants.mir | 164 +++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/constants.ll | 108 ++++++ test/Other/pass-pipeline-parsing.ll | 83 ++++- test/tools/llvm-lto2/X86/pipeline.ll | 4 +- test/tools/llvm-opt-fuzzer/command-line.ll | 2 +- tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 11 +- tools/opt/NewPMDriver.cpp | 90 ++--- unittests/IR/CMakeLists.txt | 2 + unittests/IR/PassBuilderCallbacksTest.cpp | 37 ++- unittests/Passes/CMakeLists.txt | 1 + unittests/Passes/PluginsTest.cpp | 5 +- 15 files changed, 694 insertions(+), 269 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/constants.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/constants.ll