Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector uses
authorEvan Cheng <evan.cheng@apple.com>
Thu, 27 Apr 2006 08:29:42 +0000 (08:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 27 Apr 2006 08:29:42 +0000 (08:29 +0000)
commitf7179bb56ea49e627cdc531ea73d7b6940e87372
tree15710509fff2409bb06a2240998137aa79898b96
parentf9b458c88b83b60004b97b112bc46365406726bd
Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector uses
(VAND, VADD, etc.). Legalizer will assert otherwise.

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