Files
llvm/test/CodeGen
Craig Topper 1704d16b1e [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we have VLX.
We should have equally good shuffle options for v8i32 with VLX. This was spotted during my attempts to remove 512-bit vectors from SKX.

We still use 512-bits for v16i1, v32i1, and v64i1. I'm less sure we can handle those well with narrower vectors. i32 and i64 element sizes get the best shuffle support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321291 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-21 18:44:06 +00:00
..
2017-08-24 15:40:33 +00:00
2017-12-09 07:51:43 +00:00
2017-12-15 09:24:46 +00:00