When widening a vector load, use the correct chain. This fixes PR4891.
authorDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 14:22:57 +0000 (14:22 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 14:22:57 +0000 (14:22 +0000)
commit607a0508ba5732716809b926a271a9152bdcec12
treef761e501b54604a55979ba00f04da3933d9f8c38
parent43b1b0e4ff5e74acafe104a6954222a0003b3ea1
When widening a vector load, use the correct chain. This fixes PR4891.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81343 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
test/CodeGen/X86/widen_load-0.ll [new file with mode: 0644]
test/CodeGen/X86/widen_load-1.ll [new file with mode: 0644]