Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for
authorDan Gohman <gohman@apple.com>
Tue, 10 Jul 2007 18:20:44 +0000 (18:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 10 Jul 2007 18:20:44 +0000 (18:20 +0000)
commit743d3a754820e64eb779335a2cb2688fd0dd58d5
tree7bfdf74aa0f5ac0565070bba5540da63a82adac5
parente314eb3255299a995088323384d317be52e743f9
Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for
the new CONCAT_VECTORS node type instead, as that's what legalize
uses now. And add a peep for EXTRACT_VECTOR_ELT of INSERT_VECTOR_ELT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38503 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/peep-vector-extract-concat.ll [new file with mode: 0644]
test/CodeGen/X86/peep-vector-extract-insert.ll [new file with mode: 0644]