This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcc53a6 [ThinLTO] Remove missed piece of lazy summary reading support (NFC) new e44aed7 [PM] Port EliminateAvailableExternally pass to the new pass manager.
The 1 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/InitializePasses.h | 2 +- include/llvm/Transforms/IPO/ElimAvailExtern.h | 31 +++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/ElimAvailExtern.cpp | 64 ++++++++++++---------- lib/Transforms/IPO/IPO.cpp | 2 +- .../EliminateAvailableExternally/visibility.ll | 2 +- 7 files changed, 72 insertions(+), 31 deletions(-) create mode 100644 include/llvm/Transforms/IPO/ElimAvailExtern.h