This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 62dec0f [WebAssembly] Update WebAssembly target for r269988. new 15c62f9 [ConstantRange] Add an getEquivalentICmp helper new 658bddf [GuardWidening] Use getEquivalentICmp to fold constant compares
The 2 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/IR/ConstantRange.h | 5 ++++ lib/IR/ConstantRange.cpp | 26 +++++++++++++++++++ lib/Transforms/Scalar/GuardWidening.cpp | 36 ++++++++++++++++---------- test/Transforms/GuardWidening/basic.ll | 46 ++++++++++++++++++++++++++++++++- unittests/IR/ConstantRangeTest.cpp | 46 +++++++++++++++++++++++++++++++++ 5 files changed, 145 insertions(+), 14 deletions(-)