Initial support for load / store multiple opt pass Thumb2 support (post-allocation...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 9 Jul 2009 23:11:34 +0000 (23:11 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 9 Jul 2009 23:11:34 +0000 (23:11 +0000)
commit45032f28013aa69d07bf859da9d976947910f059
treec0351f3ff064cbcbc5f8f76eaa994ecba1ba7b64
parentc50a1cbf5f2b536d396a78a3feb91656a8c8d9f1
Initial support for load / store multiple opt pass Thumb2 support (post-allocation only). It's kind of there, but not quite. I'll return to this later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75190 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMLoadStoreOptimizer.cpp