Propagate alignment/volatility in two places.
authorChris Lattner <sabre@nondot.org>
Sat, 5 May 2007 19:39:05 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 May 2007 19:39:05 +0000 (19:39 +0000)
commitb464c446791f03cd8abc0b55bab4d472de534218
treecaa7608198f2cbdd15fd34abbc96501aeb44653b
parent09d933fdbdea4a2f282d6e7c2ae7f85e46d02d35
Propagate alignment/volatility in two places.

Implement support for expanding a bitcast from an illegal vector type to
a legal one (e.g. 4xi32 -> 4xf32 in SSE1).  This fixes PR1371 and
CodeGen/X86/2007-05-05-VecCastExpand.ll

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