summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/stdux-constuse.ll
Commit message (Collapse)AuthorAge
* DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel2013-02-08
Previously, even when a pre-increment load or store was generated, we often needed to keep a copy of the original base register for use with other offsets. If all of these offsets are constants (including the offset which was combined into the addressing mode), then this is clearly unnecessary. This change adjusts these other offsets to use the new incremented address. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174746 91177308-0d34-0410-b5e6-96231b3b80d8