Fold preceding / trailing base inc / dec into the single load / store as well.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 3 Jun 2009 06:14:58 +0000 (06:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 3 Jun 2009 06:14:58 +0000 (06:14 +0000)
commit9d5fb981b0ebc00e068b9bcb4df7388a8ea94b71
tree137ff9da5e8372e49fce010be73a2cb14828f759
parent95299c194d4f852d17554779117c4125c3fae73d
Fold preceding / trailing base inc / dec into the single load / store as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72756 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
test/CodeGen/ARM/str_pre-2.ll [new file with mode: 0644]