OSDN Git Service

In the case of an extractelement on an insertelement value,
authorDan Gohman <gohman@apple.com>
Thu, 29 Jan 2009 16:10:46 +0000 (16:10 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 29 Jan 2009 16:10:46 +0000 (16:10 +0000)
commit197e88f7963946dfdb4770ed27ee246eb087ca10
treeb81bd617120f0fad84efc7a2d77dbb93fab883b7
parentb691b704ad90e20b05ca380de12c1dc6aefb1bbb
In the case of an extractelement on an insertelement value,
the element indices may be equal if either one is not a
constant.

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