This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3796f1e [APFloat] Add PPCDoubleDouble multiplication new 42d07d0 [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o [...] new 6fe089f [PM] Flesh out the new pass manager LTO pipeline. new fa5f3e4 [LTO] Teach lib/LTO about the new pass manager. new 71d2fd7 [LTO] Add test to show up we don't support ThinLTO yet.
The 4 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: lib/LTO/LTOBackend.cpp | 70 ++++++++- lib/Passes/PassBuilder.cpp | 163 ++++++++++++++++++++- .../Instrumentation/SanitizerCoverage.cpp | 2 +- test/Instrumentation/SanitizerCoverage/coverage.ll | 2 +- .../SanitizerCoverage/coverage2-dbg.ll | 4 +- test/Other/new-pass-manager.ll | 7 - test/Other/new-pm-lto-defaults.ll | 105 +++++++++++++ test/ThinLTO/X86/error-newpm.ll | 13 ++ test/tools/llvm-lto2/X86/pipeline.ll | 4 + 9 files changed, 350 insertions(+), 20 deletions(-) create mode 100644 test/Other/new-pm-lto-defaults.ll create mode 100644 test/ThinLTO/X86/error-newpm.ll