This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58e2c599eb3 Re-land r327620 "[CodeView] Initial support for emitting S_ [...] new 648727d7b98 [LoopUnroll] Peel off iterations if it makes conditions tru [...]
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: include/llvm/Transforms/Utils/UnrollLoop.h | 2 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +- lib/Transforms/Utils/LoopUnrollPeel.cpp | 93 +++- .../complete_unroll_profitability_with_assume.ll | 2 +- test/Transforms/LoopUnroll/peel-loop-conditions.ll | 613 +++++++++++++++++++++ 5 files changed, 705 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/LoopUnroll/peel-loop-conditions.ll