OSDN Git Service

Do not optimize the used bits of the x86 vselect condition operand, when the conditio...
authorNadav Rotem <nadav.rotem@intel.com>
Thu, 7 Jun 2012 20:53:48 +0000 (20:53 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Thu, 7 Jun 2012 20:53:48 +0000 (20:53 +0000)
commitbdcae3825633082774ec702fd05cc556ed683ca6
tree5eec0d8e82dc4363e0d84da6e5b9dde423fbabb4
parent2f6622c7bf10b07ab1370b3696d334bd91d7091d
Do not optimize the used bits of the x86 vselect condition operand, when the condition operand is a vector of 1-bit predicates.
This may happen on MIC devices.

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