When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add the...
authorNadav Rotem <nadav.rotem@intel.com>
Thu, 15 Mar 2012 08:49:06 +0000 (08:49 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Thu, 15 Mar 2012 08:49:06 +0000 (08:49 +0000)
commit6431ff96be8f2f7bf3428fdaa3ad4d30bf2c1db3
treea8601a415f0a496c191a63fd191c92c77860f11e
parent8d101c31d293bcb8ece8fecdb3325cd0728bed08
When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add the new node into the work list because there is a potential for further optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/2012-03-15-build_vector_wl.ll [new file with mode: 0644]