This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from daeea6f68d6 [globalisel][tablegen] Update a comment to use the name of [...] new 511c1a306c8 [SCEV] Re-enable "Cache results of computeExitLimit"
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 | 39 +++- lib/Analysis/ScalarEvolution.cpp | 39 +++- .../ScalarEvolution/cache_loop_exit_limit.ll | 253 +++++++++++++++++++++ unittests/Analysis/ScalarEvolutionTest.cpp | 160 +++++++++++++ 4 files changed, 487 insertions(+), 4 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/cache_loop_exit_limit.ll