initial hack at a dag->dag instruction selector. This is obviously woefully
authorChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 19:33:03 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 19:33:03 +0000 (19:33 +0000)
commita5a91b10262f5bbcf1ec8abd1e66ee6585d3f00e
tree35b0b0c952b1097a7ad7fcabfac5a0d508317d42
parentd1c4626e147b8c9ee6dfe8bbec05f3a2dc27af9d
initial hack at a dag->dag instruction selector.  This is obviously woefully
incomplete, but it is a start.  It handles basic argument/retval stuff, immediates,
add and sub.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp [new file with mode: 0644]