This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40ae5ec11a9 [lit] Use better name for "test in parallel" concept new 27158c1efa2 [NFC][InstCombine] Tests for right-shift shift amount reass [...] new d470bc77e22 [NFC][InstCombine] Tests for bit test via highest sign-bit [...] new 290f8c6911e [NFC][InstCombine] Autogenerate icmp-shr-lt-gt.ll test new 3a084a50983 [NFC][InstCombine] Autogenerate shift.ll test new 6d4c970c344 [InstCombine] Right-shift shift amount reassociation with t [...] new 98b5e22e789 [InstCombine] Fold 'icmp eq/ne (?trunc (lshr/ashr %x, bitwi [...]
The 6 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/InstCombine/InstCombineCompares.cpp | 28 +++ lib/Transforms/InstCombine/InstCombineShifts.cpp | 34 +-- test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 177 ++++++++-------- ...ft-amount-reassociation-with-truncation-ashr.ll | 178 ++++++++++++++++ ...ft-amount-reassociation-with-truncation-lshr.ll | 178 ++++++++++++++++ ...ift-amount-reassociation-with-truncation-shl.ll | 34 --- test/Transforms/InstCombine/shift.ll | 230 ++++++++++----------- ...n-bit-test-via-right-shifting-all-other-bits.ll | 168 +++++++++++++++ 8 files changed, 775 insertions(+), 252 deletions(-) create mode 100644 test/Transforms/InstCombine/shift-amount-reassociation-with-tru [...] create mode 100644 test/Transforms/InstCombine/shift-amount-reassociation-with-tru [...] create mode 100644 test/Transforms/InstCombine/sign-bit-test-via-right-shifting-al [...]