This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 534e40103f6 [docs] add fp-cast-overflow-workaround options to release notes new 7b018587636 [LoopGuardWidening] Split out a loop pass version of GuardWidening
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/InitializePasses.h | 1 + include/llvm/LinkAllPasses.h | 1 + include/llvm/Transforms/Scalar.h | 10 ++++ lib/Transforms/Scalar/GuardWidening.cpp | 83 +++++++++++++++++++++++--- lib/Transforms/Scalar/Scalar.cpp | 1 + test/Transforms/GuardWidening/loop-schedule.ll | 41 +++++++++++++ 6 files changed, 128 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/GuardWidening/loop-schedule.ll