Bug fixes: handle constantexpr insert/extract element operations
authorChris Lattner <sabre@nondot.org>
Wed, 29 Mar 2006 00:11:43 +0000 (00:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Mar 2006 00:11:43 +0000 (00:11 +0000)
commit2bbd81064a6998496a71ff7ae8160b3caada64fa
tree013dbdab7ca3c6fe5ba6867da69008c96efcd153
parentc46349de29489ade9d0561f6957bfcb38694fd64
Bug fixes: handle constantexpr insert/extract element operations
Handle constantpacked vectors with constantexpr elements.

This fixes CodeGen/Generic/vector-constantexpr.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27241 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp