llvm-project/llvm/test/CodeGen/X86/avx512-shuffles
Craig Topper ce68659772 [X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2.
We were using VPBLENDW for v2i64 and VBLENDPD for v4i64. VPBLENDD has better throughput than VPBLENDW on some CPUs so it makes sense to use it when possible. VBLENDPD will probably become VBLENDD during execution domain fixing, but we might as well use integer in isel while we can.

This should work around some issues with the domain fixing pass prefering PBLENDW when we start with PBLENDW. There may still be some v8i16 cases that could use PBLENDD.

llvm-svn: 355281
2019-03-03 00:18:07 +00:00
..
broadcast-scalar-fp.ll
broadcast-scalar-int.ll [X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mapping 2019-02-01 21:41:30 +00:00
broadcast-vector-fp.ll
broadcast-vector-int.ll [X86][AVX] More aggressively simplify BROADCAST source operand 2019-02-03 14:39:41 +00:00
duplicate-high.ll
duplicate-low.ll
in_lane_permute.ll
partial_permute.ll [X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2. 2019-03-03 00:18:07 +00:00
permute.ll
shuffle-interleave.ll
shuffle-vec.ll
shuffle.ll
unpack.ll