This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac705e8410a [DebugInfo] Stop changing labels for register-described par [...] new 9f583675584 [GuardWidening] Support widening of explicitly expressed guards
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: lib/Transforms/Scalar/GuardWidening.cpp | 33 +- .../basic_widenable_condition_guards.ll | 1041 ++++++++++++++++++++ test/Transforms/GuardWidening/mixed_guards.ll | 74 ++ 3 files changed, 1145 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/GuardWidening/basic_widenable_condition_guards.ll create mode 100644 test/Transforms/GuardWidening/mixed_guards.ll