This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 278164f26f5 [NFC] FMF propagation for GlobalIsel new dd4e3b41996 [GuardWidening] Wire up a NPM version of the LoopGuardWiden [...]
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/Transforms/Scalar/GuardWidening.h | 4 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/GuardWidening.cpp | 25 +++++ test/Transforms/GuardWidening/basic-loop.ll | 138 +++++++++++++++++++++++++ 4 files changed, 168 insertions(+) create mode 100644 test/Transforms/GuardWidening/basic-loop.ll