[X86][SSE] Add UMIN/UMAX combine test
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 10 Feb 2018 22:27:35 +0000 (22:27 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 10 Feb 2018 22:27:35 +0000 (22:27 +0000)
commitb781b2e24cf309879dc82a241f7cc004c2f74ebc
tree26b43f5aad1b89755d53aa6484a0c32b36a03cf5
parent19495198af50959c52cfbcac9c21a2e670c43fc9
[X86][SSE] Add UMIN/UMAX combine test

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

llvm-svn: 324826
llvm/test/CodeGen/X86/combine-umax.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/combine-umin.ll [new file with mode: 0644]