Add a proper implementation of EXTRACT_SUBVECTOR legalization that
authorEli Friedman <eli.friedman@gmail.com>
Sat, 23 May 2009 22:37:25 +0000 (22:37 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 23 May 2009 22:37:25 +0000 (22:37 +0000)
commit3d43b3f6d7e1d3516052f20bf2d14727ebddb8ff
treec21904b8db3623fc829fd1d6d519ea4731de20ba
parent63c283e784e8a2588377c928b8897c6bb2e21da9
Add a proper implementation of EXTRACT_SUBVECTOR legalization that
doesn't split legal vector operands.  This is necessary because the
type legalization (and therefore, vector splitting) code will be going
away soon.

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