This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9227558 Support arbitrary addrspace pointers in masked load/store intrinsics new 78b1ab7 [PM] Port PartialInlining to the new PM
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/PartialInlining.h | 32 +++++++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/IPO.cpp | 2 +- lib/Transforms/IPO/PartialInlining.cpp | 49 +++++++++++++++------------ test/Transforms/Inline/PR4909.ll | 1 + 7 files changed, 65 insertions(+), 23 deletions(-) create mode 100644 include/llvm/Transforms/IPO/PartialInlining.h