[X86] Remove some isel patterns for X86ISD::SELECTS that specifically looked for...
authorCraig Topper <craig.topper@intel.com>
Thu, 5 Jul 2018 03:01:29 +0000 (03:01 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 5 Jul 2018 03:01:29 +0000 (03:01 +0000)
commit2db909cfae13f8cab5b02bce5490760e01da96e9
treee0f0f495418008fc63666c10047b0ee3327c495a
parent95eb88abfe17c1b1faeb5252554117d45cb2f50e
[X86] Remove some isel patterns for X86ISD::SELECTS that specifically looked for the v1i1 mask to have come from a scalar_to_vector from GR8.

We have patterns for SELECTS that top at v1i1 and we have a pattern for (v1i1 (scalar_to_vector GR8)). The patterns being removed here do the same thing as the two other patterns combined so there is no need for them.

llvm-svn: 336305
llvm/lib/Target/X86/X86InstrAVX512.td