This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2834a6874e1 [CodeView] Isolate Debug Info Fragments into standalone classes. new 5a24953af4e [PartialInlining]: Improve partial inlining to handle compl [...]
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 | 284 ++++++++++++++++++--- .../CodeExtractor/MultipleExitBranchProb.ll | 6 +- test/Transforms/CodeExtractor/PartialInlineAnd.ll | 56 ++++ .../Transforms/CodeExtractor/PartialInlineAndOr.ll | 63 +++++ test/Transforms/CodeExtractor/PartialInlineOr.ll | 97 +++++++ .../Transforms/CodeExtractor/PartialInlineOrAnd.ll | 71 ++++++ .../SingleCondition.ll} | 7 +- test/Transforms/CodeExtractor/unreachable-block.ll | 6 +- 8 files changed, 540 insertions(+), 50 deletions(-) create mode 100644 test/Transforms/CodeExtractor/PartialInlineAnd.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineAndOr.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineOr.ll create mode 100644 test/Transforms/CodeExtractor/PartialInlineOrAnd.ll copy test/Transforms/{Inline/partial-inline-act.ll => CodeExtractor/SingleConditio [...]