If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 16 May 2008 17:19:05 +0000 (17:19 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 16 May 2008 17:19:05 +0000 (17:19 +0000)
commit446efddfcd655131bd0ceeacce9c1166e30ed479
tree941526787ed0ae765ee9b7fc9fe07b3cdf910223
parent62df5c9599d807ab9409303a12d2a9c3c0556d3c
If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1* vector.

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