[all-commits] [llvm/llvm-project] e978f6: [LTO] Support new PM in ThinLTOCodeGenerator.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 9 02:08:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e978f6bc97064603a5665a6797d6e613a231479a
https://github.com/llvm/llvm-project/commit/e978f6bc97064603a5665a6797d6e613a231479a
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
M llvm/test/ThinLTO/X86/diagnostic-handler-remarks-with-hotness.ll
M llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll
M llvm/test/ThinLTO/X86/newpm-basic.ll
M llvm/tools/llvm-lto/llvm-lto.cpp
Log Message:
-----------
[LTO] Support new PM in ThinLTOCodeGenerator.
This patch adds initial support for using the new pass manager when
doing ThinLTO via libLTO.
Reviewed By: steven_wu
Differential Revision: https://reviews.llvm.org/D102627
More information about the All-commits
mailing list