If a target supports splatting with SHUFFLE_VECTOR, lower to it from BUILD_VECTOR...
authorChris Lattner <sabre@nondot.org>
Mon, 20 Mar 2006 01:52:29 +0000 (01:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Mar 2006 01:52:29 +0000 (01:52 +0000)
commit87100e0b83b808757bf44dabecd1d1048255d1ad
tree1d55bfe3d136a0d5bfa0e3d598bcfc26010c4171
parent54a30b9639d81abb91022963054e6d17ea21e9ca
If a target supports splatting with SHUFFLE_VECTOR, lower to it from BUILD_VECTOR(x,x,x,x)

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