This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa85d67 [InstCombine] add test for missing vector icmp fold new 1e230bc Enhance SCEV to compute the trip count for some loops with un [...]
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/Analysis/ScalarEvolution.h | 7 ++ lib/Analysis/ScalarEvolution.cpp | 81 ++++++++++++++++++++-- .../ScalarEvolution/trip-count-unknown-stride.ll | 54 +++++++++++++++ 3 files changed, 138 insertions(+), 4 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/trip-count-unknown-stride.ll