This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81c991bbc41 [InstCombine] Fold x & (-1 >> y) u< x to x u> (-1 >> y) new 1c239349f3f [NFC][InstCombine] Tests for x u> x & C to x u> C fold. new fc95a84f5d0 [InstCombine] Fold x u> x & C to x u> C new 67041dddbe7 [NFC][InstCombine] Tests for x u<= x & C to x u<= C fold. new d8e175bca59 [InstCombine] Fold x u<= x & C to x u<= C
The 4 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 | 10 ++ ...stant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll} | 119 +++++++++++---------- ...stant-low-bit-mask-and-icmp-ule-to-icmp-ule.ll} | 119 +++++++++++---------- 3 files changed, 140 insertions(+), 108 deletions(-) copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ne-t [...] copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-eq-t [...]