X86: Match pmin/pmax as a target specific dag combine. This occurs during vectorization.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Dec 2012 17:46:58 +0000 (17:46 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Dec 2012 17:46:58 +0000 (17:46 +0000)
commit2556c6b4b67c4a45ad90b256d4913f2048d2fba6
treea2b8230e35848f8475df4615b26e7f5905dd688a
parent38b06020dbd804f01ee3802779a52c05cffdf87d
X86: Match pmin/pmax as a target specific dag combine. This occurs during vectorization.

Part of PR14667.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx2-logic.ll
test/CodeGen/X86/vselect-minmax.ll [new file with mode: 0644]