This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fef6c49a5cc [sanitizer-coverage] refactor the code to make it easier to [...] new 6a66c94b42c [x86] simplify code for vector icmp pred transforms; NFCI new b2d54d6280a [x86] add tests for unsigned vector compares with known sig [...] new 190b00400db Canonicalize a test via utils/update_test_checks.py
The 3 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/Target/X86/X86ISelLowering.cpp | 50 ++- test/CodeGen/X86/statepoint-live-in.ll | 122 ++++++-- test/CodeGen/X86/vector-unsigned-cmp.ll | 519 ++++++++++++++++++++++++++++++++ 3 files changed, 629 insertions(+), 62 deletions(-) create mode 100644 test/CodeGen/X86/vector-unsigned-cmp.ll