This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58f1271 [X86] Use LivePhysRegs in X86FixupBWInsts. new 183519d PM: Convert the logic for GlobalOpt into static functions. NFC new 1a9ed30 PM: Port GlobalOpt to the new pass manager
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/InitializePasses.h | 2 +- include/llvm/Transforms/IPO/GlobalOpt.h | 32 +++++ lib/LTO/LTOCodeGenerator.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/GlobalOpt.cpp | 222 ++++++++++++++++++-------------- lib/Transforms/IPO/IPO.cpp | 2 +- test/Transforms/GlobalOpt/basictest.ll | 1 + 8 files changed, 161 insertions(+), 102 deletions(-) create mode 100644 include/llvm/Transforms/IPO/GlobalOpt.h