Allow bitcasts between valid types of the same size and vector
authorEric Christopher <echristo@apple.com>
Wed, 1 Jun 2011 19:55:10 +0000 (19:55 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 1 Jun 2011 19:55:10 +0000 (19:55 +0000)
commit9aaa02a1d26a0969e95b285ea1190920a5bb37db
tree1abe38e491c7250219a29fe82edf5f3634784f46
parent4abc5fea9c6c3b329fec58840999db06e108e535
Allow bitcasts between valid types of the same size and vector
types if the vector type is legal.

Fixes rdar://9306086

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132420 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/ARM/inlineasm3.ll