[X86] Remove invalid code from LowerVSELECT.
authorCraig Topper <craig.topper@intel.com>
Sat, 28 Oct 2017 23:10:13 +0000 (23:10 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 28 Oct 2017 23:10:13 +0000 (23:10 +0000)
commit0692ca4bd2c41340a559df600c92a48a97953c54
tree88129b78797b41626d2ec70d534ba487d9df55e0
parent65f8f83a7497186118cda9813b395f7848122e0d
[X86] Remove invalid code from LowerVSELECT.

This code attempted to say that v8i16/v16i16 VSELECT is legal if BWI and VLX are enabled, but the only way we could reach this point is if the condition was not a vXi1 type. Which means it really wasn't legal.

We don't have any tests that exercise this code. So I'm hoping it wasn't really reachable.

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