Add support for fast isel of inttoptr and ptrtoint in the cases where truncation...
authorOwen Anderson <resistor@mac.com>
Wed, 27 Aug 2008 00:31:01 +0000 (00:31 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 27 Aug 2008 00:31:01 +0000 (00:31 +0000)
commit9d5b41624003daf259b33fc953aa471049700353
tree84e9c77ee4a0cbee2f8a050d97f837de31ef01ca
parentd0533c9998d3baf41848ba559a9b2f2c65296d14
Add support for fast isel of inttoptr and ptrtoint in the cases where truncation is not needed.

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