This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 467514942a5 [ConstantRange] Optimize nowrap region test, remove redunda [...] new 7bd6e166d9c [ConstantRange] makeGuaranteedNoWrapRegion(): `shl` support new 32d24a32499 [InstCombine] Shift amount reassociation in shifty sign bit [...]
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: lib/IR/ConstantRange.cpp | 21 ++++++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 29 +++++--- lib/Transforms/InstCombine/InstCombineInternal.h | 4 ++ lib/Transforms/InstCombine/InstCombineShifts.cpp | 53 ++++++++++----- ...n-bit-test-via-right-shifting-all-other-bits.ll | 12 ++-- unittests/IR/ConstantRangeTest.cpp | 78 ++++++++++++++++++++++ 6 files changed, 165 insertions(+), 32 deletions(-)