Add missing widen operations, fixed widening for extracting a subvector,
authorMon P Wang <wangmp@apple.com>
Sat, 15 Nov 2008 06:05:52 +0000 (06:05 +0000)
committerMon P Wang <wangmp@apple.com>
Sat, 15 Nov 2008 06:05:52 +0000 (06:05 +0000)
commit49292f16517227196e0240190b61baaa8fc4aa62
tree0738a0b544d928daad955d7ad39c3d0fc2ac56a7
parent50925fbed4ea28296517b92e186d49ddb8535515
Add missing widen operations, fixed widening for extracting a subvector,
and when loading/storing a widen vector, make sure that they are loaded
and stored in consecutive order.

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