OSDN Git Service

Use a combination of copyRegToReg and ISD::BIT_CONVERT when doing fast isel of bitcasts,
authorOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 18:51:24 +0000 (18:51 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 18:51:24 +0000 (18:51 +0000)
commit77a218765ac85b2e0c6ce01bf8a7b07dfe80bead
tree78083b71847eab4f868be3cebba3351cbd25695c
parenta317767f0e5ecc8106ab9836d0f3702b1c00bedf
Use a combination of copyRegToReg and ISD::BIT_CONVERT when doing fast isel of bitcasts,
allowing it to support the full range of conversions people might ask for in a correct manner.

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