[X86] Add patterns for vector and/or/xor/andn with other types than vXi64.
authorCraig Topper <craig.topper@intel.com>
Mon, 22 Oct 2018 06:30:22 +0000 (06:30 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 22 Oct 2018 06:30:22 +0000 (06:30 +0000)
commit290c081d91388536ed581da07cbb6108b50214a4
treedf4b95b0e94a620ff2e094ce75bec395115b932d
parent3ec99fe21bbc44d0a3ff898644f71aa2e1e8d6ef
[X86] Add patterns for vector and/or/xor/andn with other types than vXi64.

This makes fast isel treat all legal vector types the same way. Previously only vXi64 was in the fast-isel tables.

This unfortunately prevents matching of andn by fast-isel for these types since the requires SelectionDAG. But we already had this issue for vXi64. So at least we're consistent now.

Interestinly it looks like fast-isel can't handle instructions with constant vector arguments so the the not part of the andn patterns is selected with SelectionDAG. This explains why VPTERNLOG shows up in some of the tests.

This is a subset of D53268. As I make progress on that, I will try to reduce the number of lines in the tablegen files.

llvm-svn: 344884
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/lib/Target/X86/X86InstrSSE.td
llvm/test/CodeGen/X86/avx-intrinsics-fast-isel.ll
llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll