[x86] Fix yet another issue with widening vector shuffle elements.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 27 Sep 2014 08:40:33 +0000 (08:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 27 Sep 2014 08:40:33 +0000 (08:40 +0000)
commitb66b0cf2ebe25eafbfad7b54ebc96a9b260fb57d
tree60e5cd6d846882aa8da5fc2a50872899c235f010
parent00666192c1eba1eb2179b4d8b26ba370ae053ac8
[x86] Fix yet another issue with widening vector shuffle elements.
I spotted this by inspection when debugging something else, so I have no
test case what-so-ever, and am not even sure it is possible to
realistically trigger the bug. But this is what was intended here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp