OSDN Git Service

[SLPVectorizer][X86] Add add/sub/mul overflow tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Feb 2019 12:04:54 +0000 (12:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Feb 2019 12:04:54 +0000 (12:04 +0000)
commit51ab92cb99eefefd0d522ecc4ca82bb88d2196f5
tree96c6e2c470b8abe883db731ec89809bbd0173f94
parent7970a1f6be6f716f169f170b02610ca333d1a899
[SLPVectorizer][X86] Add add/sub/mul overflow tests

Baseline tests - overflow intrinsics aren't flagged as vectorizable yet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354454 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/SLPVectorizer/X86/arith-add-saddo.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-add-uaddo.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-mul-smulo.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-mul-umulo.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-sub-ssubo.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-sub-usubo.ll [new file with mode: 0644]