More load/store refactoring, call reg+offset simplification from within
authorEric Christopher <echristo@apple.com>
Thu, 21 Oct 2010 19:40:30 +0000 (19:40 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 21 Oct 2010 19:40:30 +0000 (19:40 +0000)
commit212ae937bb9b52bb1f27f02cb0c28496c4d1e2b9
treeb03bd50e42b55117b33e36b3223142ed78301972
parent3ab5658a127d78c4bcf2b4a69fb838f14f833f0a
More load/store refactoring, call reg+offset simplification from within
the emitter to handle the addresses. Only simplify the offset if we need
to - also fix bug where in addrmode 5 we weren't dividing the offset by
4, which showed up due to not always lowering.

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