[all-commits] [llvm/llvm-project] 7a6a2c: [LTO] Add option enable NewPM with LTOCodeGenerator.

Florian Hahn via All-commits all-commits at lists.llvm.org
Sat Jan 30 03:54:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a6a2cc81aaf064e6f5bc9a9a16973f552d2bdc2
      https://github.com/llvm/llvm-project/commit/7a6a2cc81aaf064e6f5bc9a9a16973f552d2bdc2
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
    M llvm/lib/LTO/LTOCodeGenerator.cpp
    M llvm/test/LTO/X86/diagnostic-handler-remarks.ll
    M llvm/test/LTO/X86/disable-verify.ll
    M llvm/test/Other/X86/lto-hot-cold-split.ll
    M llvm/tools/llvm-lto/llvm-lto.cpp

  Log Message:
  -----------
  [LTO] Add option enable NewPM with LTOCodeGenerator.

This patch adds an option to enable the new pass manager in
LTOCodeGenerator. It also updates a few tests with legacy PM specific
tests, which started failing after 6a59f0560648 when
LLVM_ENABLE_NEW_PASS_MANAGER=true.




More information about the All-commits mailing list