This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59757b45361 [lli] Fix a typo in a cl::opt description. new 416f89e2ccf [X86] Add vector boolean reduction tests (PR38840)
The 1 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: test/CodeGen/X86/vector-reduce-and-bool.ll | 1846 ++++++++++++++++++++ test/CodeGen/X86/vector-reduce-or-bool.ll | 1902 +++++++++++++++++++++ test/CodeGen/X86/vector-reduce-xor-bool.ll | 2556 ++++++++++++++++++++++++++++ 3 files changed, 6304 insertions(+) create mode 100644 test/CodeGen/X86/vector-reduce-and-bool.ll create mode 100644 test/CodeGen/X86/vector-reduce-or-bool.ll create mode 100644 test/CodeGen/X86/vector-reduce-xor-bool.ll