Expand bitcast support in fast isel to support bitcasts of non-constant values by...
authorOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 21:32:34 +0000 (21:32 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 21:32:34 +0000 (21:32 +0000)
commitd894f1d274515db527962b6db2d9983827fdcbd6
treecb079539da0c10cf20b1d6b2947af389ae13c041
parentab6c3bb44d254d1b3c9dcce74ba3a917558feab3
Expand bitcast support in fast isel to support bitcasts of non-constant values by emitting reg-reg copies.

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