OSDN Git Service

[X86] Use getTypeAction in most places that were checking ExperimentalVectorWideningL...
authorCraig Topper <craig.topper@intel.com>
Tue, 13 Feb 2018 01:49:58 +0000 (01:49 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 13 Feb 2018 01:49:58 +0000 (01:49 +0000)
commit5dd5ab3651c1a970ba23e7c2a74beb2d4bac0a40
tree1ea28f32798154e675e5420e7987d4cf355c15fb
parente533c7947da8c50c8be105bcd04d29db929b635f
[X86] Use getTypeAction in most places that were checking ExperimentalVectorWideningLegalization.

This will allow more flexibility in what types we legalize via widening or not. This should help with a couple lines in D41062.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324980 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp