This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f8f3ca775d Quick fix for some Windows bots new 0e8a665664f Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG new 2dd26c97a82 [InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
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: docs/CommandGuide/FileCheck.rst | 26 -- include/llvm/IR/PatternMatch.h | 9 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 34 +++ test/FileCheck/check-dag-overlap-torture.txt | 304 --------------------- test/FileCheck/check-dag-overlap.txt | 220 --------------- ...onstant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 29 +- ...icalize-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 43 ++- test/Transforms/InstCombine/icmp-logical.ll | 6 +- test/Transforms/InstCombine/icmp-mul-zext.ll | 9 +- utils/FileCheck/FileCheck.cpp | 65 +---- 10 files changed, 93 insertions(+), 652 deletions(-) delete mode 100644 test/FileCheck/check-dag-overlap-torture.txt delete mode 100644 test/FileCheck/check-dag-overlap.txt