This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c52910957c4 Attempt to get test/tools/llvm-lib/help.test passing on san [...] new 69508765409 [NFC][InstCombine] Add forgotten variable tests for foldICm [...] new 3f53e3baf51 [NFC][InstCombine] Tests for x & (-1 >> y) u>= x to x u< [...] new 21d6697e493 [InstCombine] Fold x & (-1 >> y) u>= x to x u<= (-1 >> y) new 5dfb6962209 [NFC][InstCombine] Tests for x & (-1 >> y) u< x to x u> [...] new 81c991bbc41 [InstCombine] Fold x & (-1 >> y) u< x to x u> (-1 >> y)
The 5 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 +++ ...onstant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 58 +++++++++++++++ ...onstant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll | 58 +++++++++++++++ ...stant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll} | 84 ++++++++++++++++++---- ...stant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll} | 84 ++++++++++++++++++---- 5 files changed, 264 insertions(+), 30 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-ne-t [...]