[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)
commit9961c55e28e50c5a5ef757865d49c514754bbad7
treeb6da71dc72f741f584b2b78f6745c9c85d17e391
parent4978de36e41fbaefa2c08d764744e509cb32955c
[X86] Add some basic add/sub saturation combine tests.

The actual combines will be added in a future commit.

llvm-svn: 351023
llvm/test/CodeGen/X86/combine-add-ssat.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/combine-add-usat.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/combine-sub-ssat.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/combine-sub-usat.ll [new file with mode: 0644]