Fix an assertion failure in legalizing bitcast operators on targets where
authorDan Gohman <gohman@apple.com>
Fri, 29 Jun 2007 00:09:08 +0000 (00:09 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Jun 2007 00:09:08 +0000 (00:09 +0000)
commit10a7aa6dea8d862feda05098d82a7630c80c30d8
treee221c898b8328abea35da9c1f119127b4067121b
parent0db5862cb88523b8ea2daf7e93650ec04bf6c1d5
Fix an assertion failure in legalizing bitcast operators on targets where
vectors are split down to single elements as part of legalization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/ARM/illegal-vector-bitcast.ll [new file with mode: 0644]