This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9583a3a17f Add LiveRangeShrink pass to shrink live range within BB. new 60b50fa9e61 [PartialInlining] Reduce outlining overhead by removing unn [...]
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: lib/Transforms/IPO/PartialInlining.cpp | 23 ++++++++ .../CodeExtractor/PartialInlineLiveAcross.ll | 61 +++++++++++++++++++++ .../CodeExtractor/PartialInlineNoLiveOut.ll | 62 ++++++++++++++++++++++ 3 files changed, 146 insertions(+) create mode 100644 test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineNoLiveOut.ll