[x86] Teach the new vector shuffle lowering the basics about insertion
authorChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 12:49:46 +0000 (12:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 12:49:46 +0000 (12:49 +0000)
commit1a5f7f54f4d817af3f38a1a07cc89c108eb2c295
treefbe736dc43a28822a46993c6e2f96124d6192433
parent6ef31b0079b9208656e76c9b35776b4ad65bc24a
[x86] Teach the new vector shuffle lowering the basics about insertion
of a single element into a zero vector for v4f64 and v4i64 in AVX.
Ironically, there is less to see here because xor+blend is so crazy fast
that we can't really beat that to zero the high 128-bit lane.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218214 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-shuffle-256-v4.ll