This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78cd292954d [MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC new ea67fb768b2 [LoopReroll] Rewrite induction variable rewriting.
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/LoopRerollPass.cpp | 236 +++++++------------------- test/Transforms/LoopReroll/basic.ll | 87 +++++++--- test/Transforms/LoopReroll/complex_reroll.ll | 41 ++--- test/Transforms/LoopReroll/indvar_with_ext.ll | 18 +- test/Transforms/LoopReroll/nonconst_lb.ll | 34 ++-- test/Transforms/LoopReroll/ptrindvar.ll | 4 +- test/Transforms/LoopReroll/reduction.ll | 12 +- 7 files changed, 179 insertions(+), 253 deletions(-)