This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8e175bca59 [InstCombine] Fold x u<= x & C to x u<= C new 39ce2d4bc8b [NFC][InstCombine] Tests for x s> x & (-1 >> y) to x s> [...] new f938155483d [InstCombine] Fold x s> x & (-1 >> y) to x s> (-1 >> y) new fe2b66265c0 [NFC][InstCombine] Tests for x s<= x & (-1 >> y) to x s< [...] new 0e039b76e09 [InstCombine] Fold x s<= x & (-1 >> y) to x s<= (-1 >> y) new 56ad5a26da7 [NFC][InstCombine] Tests for x & (-1 >> y) s>= x to x s< [...] new 0d94eaa92c6 [InstCombine] Fold x & (-1 >> y) s>= x to x s<= (-1 >> y) new ec6933aa840 [NFC][InstCombine] Tests for x & (-1 >> y) s< x to x s> [...] new 3a68fbf4b51 [InstCombine] Fold x & (-1 >> y) s< x to x s> (-1 >> y) new 6e43f22733d [NFC][InstCombine] foldICmpWithLowBitMaskedVal(): update comments.
The 9 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 | 29 +++++- ...stant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll} | 106 ++++++++++--------- ...stant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll} | 115 ++++++++++++--------- ...stant-low-bit-mask-and-icmp-sle-to-icmp-sle.ll} | 115 ++++++++++++--------- ...stant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll} | 106 ++++++++++--------- 5 files changed, 271 insertions(+), 200 deletions(-) copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-eq-t [...] copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ugt- [...] copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ule- [...] copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ne-t [...]