OSDN Git Service

[X86] Remove code that unnecessarily sets EXTLOAD with src type of v2f32/v4f32/v8f32...
authorCraig Topper <craig.topper@intel.com>
Thu, 30 May 2019 22:29:06 +0000 (22:29 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 30 May 2019 22:29:06 +0000 (22:29 +0000)
commit4fffabfd8594eaf56697bdc40b84d5eba6e088fa
tree84d1dfa6345a321ce364bf98bc07259abc023694
parent3688cb5f72ad2884ba22889c8aad188dad6e96e2
[X86] Remove code that unnecessarily sets EXTLOAD with src type of v2f32/v4f32/v8f32 as Legal for SSE2/AVX/AVX512 respectively. NFC

The LoadExt table defaults to all combinations being Legal. For
vector types, only src VTs with an i1 element type were ever changed.
So we don't need to mark them legal manually.

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