This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10d5949495f [SchedModel] Simplify InstRegexOp::apply. NFCI. new 16a143ef903 [MustExecute] Move isGuaranteedToExecute and related rourti [...]
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 | 57 +++++++++++++ include/llvm/Transforms/Utils/LoopUtils.h | 25 +----- lib/Analysis/MustExecute.cpp | 135 ++++++++++++++++++++++++++++++ lib/Transforms/Utils/LoopUtils.cpp | 134 +---------------------------- 4 files changed, 195 insertions(+), 156 deletions(-) create mode 100644 include/llvm/Analysis/MustExecute.h