[X86] Remove setOperationAction lines for promoting vXi1 SINT_TO_FP/UINT_TO_FP.
authorCraig Topper <craig.topper@intel.com>
Sun, 11 Feb 2018 07:44:33 +0000 (07:44 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 11 Feb 2018 07:44:33 +0000 (07:44 +0000)
commita4bf9b8d51ebf3c9ca175f98d647fab65d1c3719
treed060aec569ae5aa65cbcbd2fb1d556b6a8b05824
parent36f913ee80d94152802ba72384a979ef20e0780a
[X86] Remove setOperationAction lines for promoting vXi1 SINT_TO_FP/UINT_TO_FP.

We promote these via a DAG combine now before lowering gets the chance.

Also remove the v2i1 custom handling since it will no longer be triggered.

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