[X86] Remove call to ShrinkDemandedCosntant from the SHRUNKBLEND creation code.
authorCraig Topper <craig.topper@intel.com>
Fri, 16 Feb 2018 18:34:46 +0000 (18:34 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 16 Feb 2018 18:34:46 +0000 (18:34 +0000)
commit79bd39db8098b4092b83931b1ee2cb58dc30499c
treeaa1016dcc0bdea707ef2e35f29703634019614ec
parentb7a5469c7eb9980ba22b6f43459b8fb42a7ba6e3
[X86] Remove call to ShrinkDemandedCosntant from the SHRUNKBLEND creation code.

We only run this code if know the condition isn't a constant vector. ShrinkDemandedConstant isn't going to find any different.

llvm-svn: 325368
llvm/lib/Target/X86/X86ISelLowering.cpp