OSDN Git Service

[X86] Add X86ISD::CMPM_RND to getVectorMaskingNode to select ISD::AND instead of...
authorCraig Topper <craig.topper@intel.com>
Thu, 23 Nov 2017 18:41:19 +0000 (18:41 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 23 Nov 2017 18:41:19 +0000 (18:41 +0000)
commit7e1c537b96198fd70619d97c0c5201933a4592f5
tree39b2c24272755fcd49cd4e7401f9f7ba0a8c2ce7
parent6ab51e7c5aa829c4463c62a44c4a6d5c07980858
[X86] Add X86ISD::CMPM_RND to getVectorMaskingNode to select ISD::AND instead of ISD::VSELECT

A later DAG combine will turn the VSELECT into an AND, but we have the other mask compare opcodes here so add this one too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318931 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp