add an initial cut at preinc loads for ppc32. This is broken for ppc64
authorChris Lattner <sabre@nondot.org>
Fri, 10 Nov 2006 02:08:47 +0000 (02:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Nov 2006 02:08:47 +0000 (02:08 +0000)
commit4eab71497d10622bd209c53f8e56152877ac5638
treed450224525fff15b7e2620c6291bc47658cff7e9
parent42b51e4ae2b5324e2f9a297f623e44ea2b79e7ae
add an initial cut at preinc loads for ppc32.  This is broken for ppc64
(because the 64-bit reg target versions aren't implemented yet), doesn't
support r+r addr modes, and doesn't handle stores, but it works otherwise. :)

This is disabled unless -enable-ppc-preinc is passed to llc for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31621 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrInfo.td