This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7970a1f6be6 [Codegen] Remove dead flags on Physical Defs in machine cse new 51ab92cb99e [SLPVectorizer][X86] Add add/sub/mul overflow tests
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: .../SLPVectorizer/X86/arith-add-saddo.ll | 1254 ++++++++++++++++++++ .../SLPVectorizer/X86/arith-add-uaddo.ll | 1254 ++++++++++++++++++++ .../SLPVectorizer/X86/arith-mul-smulo.ll | 1254 ++++++++++++++++++++ .../SLPVectorizer/X86/arith-mul-umulo.ll | 1254 ++++++++++++++++++++ .../SLPVectorizer/X86/arith-sub-ssubo.ll | 1254 ++++++++++++++++++++ .../SLPVectorizer/X86/arith-sub-usubo.ll | 1254 ++++++++++++++++++++ 6 files changed, 7524 insertions(+) create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-saddo.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-uaddo.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-mul-smulo.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-mul-umulo.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-ssubo.ll create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-usubo.ll