Fix the x86-64 side of PR2108 by adding a v2f64 version of
authorChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 05:13:43 +0000 (05:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 05:13:43 +0000 (05:13 +0000)
commitdb66750753de3f6da8b4a3728dcbebb551f1328e
tree4a745fcf128def111ba4157cfd3c622741c33022
parent3dc2e96eec566f8c4e88a34296d6f10b840d7d1e
Fix the x86-64 side of PR2108 by adding a v2f64 version of
MOVZQI2PQIrr.  This would be better handled as a dag combine
(with the goal of eliminating the bitconvert) but I don't know
how to do that safely.  Thoughts welcome.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/vec_shuffle-17.ll [new file with mode: 0644]