This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c832920d4b9 [Localizer] Don't trick to be smart for the insertion point new cbd4ff93102 [PartialInlining] Shrinkwrap allocas with live range contai [...] new 837e2e977f4 MIR: remove explicit "noVRegs" property.
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/CodeGen/MIRYamlMapping.h | 2 - include/llvm/Transforms/Utils/CodeExtractor.h | 13 +++- lib/CodeGen/MIRParser/MIRParser.cpp | 2 - lib/CodeGen/MIRPrinter.cpp | 2 - lib/Transforms/Utils/CodeExtractor.cpp | 83 ++++++++++++++++++++-- test/CodeGen/AArch64/GlobalISel/select-pr32733.mir | 1 - test/CodeGen/AMDGPU/merge-m0.mir | 1 - test/CodeGen/ARM/v6-jumptable-clobber.mir | 2 - test/CodeGen/Mips/compactbranches/empty-block.mir | 1 - test/CodeGen/Thumb2/tbb-removeadd.mir | 1 - test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 1 - test/DebugInfo/MIR/X86/empty-inline.mir | 1 - .../CodeExtractor/PartialInlineAlloca.ll | 68 ++++++++++++++++++ .../CodeExtractor/PartialInlineAlloca2.ll | 65 +++++++++++++++++ .../CodeExtractor/PartialInlineAlloca4.ll | 67 +++++++++++++++++ .../CodeExtractor/PartialInlineAlloca5.ll | 67 +++++++++++++++++ 16 files changed, 355 insertions(+), 22 deletions(-) create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca2.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca4.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineAlloca5.ll