[X86] Don't custom widen (v2i32 (setcc v2f32)) when -x86-experimental-vector-widening...
authorCraig Topper <craig.topper@intel.com>
Fri, 31 Aug 2018 07:05:37 +0000 (07:05 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 31 Aug 2018 07:05:37 +0000 (07:05 +0000)
commite9af89a78b6644bff7f43b35b6f88fbe3eebdf97
tree918a55577be866f3c9936d5114a55488921b4c39
parent2140a8e307325312015ca008d0cd35146daff167
[X86] Don't custom widen (v2i32 (setcc v2f32)) when -x86-experimental-vector-widening-legalization is in effect.

We aren't doing anything than what the generic legalizer will do so just let it do it.

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