This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4941409 [ThinLTO] Use correct pipeline for ThinLTO in gold-plugin. new cbd66af [LoopUnrollAnalyzer] Don't treat gep-instructions with simpli [...] new a538be3 [Unroll] Implement a conservative and monotonically increasin [...]
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: include/llvm/Analysis/LoopUnrollAnalyzer.h | 1 + lib/Analysis/LoopUnrollAnalyzer.cpp | 12 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 191 +++++++++++++++++++-- .../LoopUnroll/full-unroll-heuristics-2.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-cmp.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-dce.ll | 38 ++++ .../LoopUnroll/full-unroll-heuristics-geps.ll | 28 +++ unittests/Analysis/UnrollAnalyzer.cpp | 10 +- 8 files changed, 265 insertions(+), 19 deletions(-) create mode 100644 test/Transforms/LoopUnroll/full-unroll-heuristics-dce.ll create mode 100644 test/Transforms/LoopUnroll/full-unroll-heuristics-geps.ll