Add support for legalization of vector trunc-store where the saved scalar type is...
authorNadav Rotem <nadav.rotem@intel.com>
Tue, 11 Oct 2011 11:25:16 +0000 (11:25 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Tue, 11 Oct 2011 11:25:16 +0000 (11:25 +0000)
commit884b918c2d7ed8dbd804bda72f25729f84a16ab0
tree9924d9d8020a4a23423e806fb5788302f8a5779f
parentc2b2e1333d66e37c657e25fc09dc79e4ea1d79d9
Add support for legalization of vector trunc-store where the saved scalar type is illegal (for example, v2i16 on systems where the smallest store size is i32)

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