diff options
author | Craig Topper <craig.topper@intel.com> | 2019-05-30 22:29:06 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-05-30 22:29:06 +0000 |
commit | d6b74cc859a1d77778c5b810013873c003561841 (patch) | |
tree | e93def738340096aa91cbf0fe1b2c2f363efe31c /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 760a9ee63c9cbe703bfeae8dcbb45abfab2554b2 (diff) | |
download | llvm-d6b74cc859a1d77778c5b810013873c003561841.zip llvm-d6b74cc859a1d77778c5b810013873c003561841.tar.gz llvm-d6b74cc859a1d77778c5b810013873c003561841.tar.bz2 |
[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.
llvm-svn: 362170
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions