This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d4546ea14a [NFC] Add tests to ensure that improvement of MustThrow ana [...] new 18374180e36 [MustExecute] Fix algorithmic bug in isGuaranteedToExecute. [...]
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/MustExecute.h | 6 ++ lib/Analysis/MustExecute.cpp | 103 +++++++++++++++++++--------- test/Analysis/MustExecute/infinite_loops.ll | 25 +++---- test/Analysis/MustExecute/loop-header.ll | 37 ++++++++++ test/Transforms/LICM/infinite_loops.ll | 7 +- 5 files changed, 125 insertions(+), 53 deletions(-)