If a shuffle is a splat, check if the argument is a build_vector with all elements...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 21 Jul 2006 08:25:53 +0000 (08:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 21 Jul 2006 08:25:53 +0000 (08:25 +0000)
commit917ec983df36c642492cdc786dee531fbdd6a775
tree3f5a288a7ea286ed49651e4e7bff5e7afe4cf773
parent49717a4ee56325c5a36aea940edda7d323791553
If a shuffle is a splat, check if the argument is a build_vector with all elements being the same. If so, return the argument.

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