This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ebc7c27d028 [MachinePipeliner] Add missing header file to MachinePipeliner.h new 750bca5056a [SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
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: .../Transforms/SLPVectorizer/X86/arith-add-ssat.ll | 1014 ++++++++++++++++++++ .../Transforms/SLPVectorizer/X86/arith-add-usat.ll | 1014 ++++++++++++++++++++ .../Transforms/SLPVectorizer/X86/arith-sub-ssat.ll | 1014 ++++++++++++++++++++ .../Transforms/SLPVectorizer/X86/arith-sub-usat.ll | 1014 ++++++++++++++++++++ 4 files changed, 4056 insertions(+) create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-usat.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-ssat.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll