[X86][SSE] Add SMIN/SMAX combine test
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 10 Feb 2018 23:38:50 +0000 (23:38 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 10 Feb 2018 23:38:50 +0000 (23:38 +0000)
commitd229bfd20d2ed88116f8b6b1b6ec5424551638a0
treea396fb5dcdb7a19515b2aff0070ec1555295a625
parenta57d64e30f86b350d18c16d956fd51377088bd62
[X86][SSE] Add SMIN/SMAX combine test

As discussed on D43014, we need the ability to flip SMIN/SMAX to (legal) UMIN/UMAX

llvm-svn: 324829
llvm/test/CodeGen/X86/combine-smax.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/combine-smin.ll [new file with mode: 0644]