This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f7051e39f3 [LoopInterchange] Incrementally update the dominator tree. new 283bc8f7bda Recommit r325001: [CallSiteSplitting] Support splitting of [...]
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/Scalar/CallSiteSplitting.cpp | 99 ++++++-- test/Other/new-pm-lto-defaults.ll | 2 +- .../callsite-instructions-before-call.ll | 253 +++++++++++++++++++++ .../CallSiteSplitting/callsite-no-or-structure.ll | 48 ++-- .../CallSiteSplitting/callsite-split-debug.ll | 11 +- .../CallSiteSplitting/callsite-split-or-phi.ll | 155 +++++-------- .../Transforms/CallSiteSplitting/callsite-split.ll | 12 +- 7 files changed, 429 insertions(+), 151 deletions(-) create mode 100644 test/Transforms/CallSiteSplitting/callsite-instructions-before-call.ll