Factor out a large amoutn of the cast handling code in fast isel into helper methods.
authorOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 23:46:32 +0000 (23:46 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 23:46:32 +0000 (23:46 +0000)
commitd0533c9998d3baf41848ba559a9b2f2c65296d14
treefd23cf9e366038ba50cd239dd27a14182866a265
parent4b6e7069c3ac98179e8cdc0a896f5f434670dafc
Factor out a large amoutn of the cast handling code in fast isel into helper methods.
This simultaneously makes the code simpler and adds support for sext as well.

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