Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to
authorDan Gohman <gohman@apple.com>
Fri, 10 Aug 2007 14:59:38 +0000 (14:59 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 10 Aug 2007 14:59:38 +0000 (14:59 +0000)
commit25ac7e8364f475597e2a6f3628fce839583e1f45
treeaf1cbb5bfafcbdd280c610b53dd1e41ab856dd5f
parent594d37e21aea4ef841d9ee5d9c328c4bf1c6bed7
Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to
use an intptr ValueType instead of i32 for the index operand in
getCopyToParts.

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