This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc482f3f63c [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS. new f6b4a0347c0 [RuntimeUnrolling] Add logic for loops with multiple exit blocks new eef7226d491 [X86][SSE] Pulled common variables to top of matchUnaryPerm [...]
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: lib/Target/X86/X86ISelLowering.cpp | 9 +- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 124 +++++++-- .../LoopUnroll/runtime-loop-multiple-exits.ll | 279 +++++++++++++++++++++ 3 files changed, 384 insertions(+), 28 deletions(-) create mode 100644 test/Transforms/LoopUnroll/runtime-loop-multiple-exits.ll