This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6eb7ff7f85 [AMDGPU] : revert r315908 new 0b0eddf1d3b [SparsePropagation] Enable interprocedural analysis new 1619b651ca8 [SCEV] Rename getMaxBECount and update comments. NFC
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/ScalarEvolution.h | 7 +- include/llvm/Analysis/SparsePropagation.h | 288 +++++++++------- lib/Analysis/ScalarEvolution.cpp | 16 +- unittests/Analysis/CMakeLists.txt | 1 + unittests/Analysis/SparsePropagation.cpp | 544 ++++++++++++++++++++++++++++++ 5 files changed, 714 insertions(+), 142 deletions(-) create mode 100644 unittests/Analysis/SparsePropagation.cpp