]> granicus.if.org Git - llvm/commit
[X86] Add some basic add/sub saturation combine tests.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 13 Jan 2019 21:21:46 +0000 (21:21 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 13 Jan 2019 21:21:46 +0000 (21:21 +0000)
commitb66a27453d85d15dd87767becfdebeada6929c0c
treeb1c90bc2842a547d4d23c30cb9692b59e2ca1522
parentf7f753b17fdc22f9c5babea3e8d7a7dc355e7bef
[X86] Add some basic add/sub saturation combine tests.

The actual combines will be added in a future commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351023 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/combine-add-ssat.ll [new file with mode: 0644]
test/CodeGen/X86/combine-add-usat.ll [new file with mode: 0644]
test/CodeGen/X86/combine-sub-ssat.ll [new file with mode: 0644]
test/CodeGen/X86/combine-sub-usat.ll [new file with mode: 0644]