This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c30ebec [ARM] Followup to r275537 addressing review comments new cf85ddc [Thumb-1] Select post-increment load and store where possible new d7bfcba [ARM] Fix build after r275540
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/ARM/ARMISelDAGToDAG.cpp | 29 +++++++++++++ lib/Target/ARM/ARMISelLowering.cpp | 40 +++++++++++++++-- lib/Target/ARM/ARMInstrThumb.td | 18 ++++++++ test/CodeGen/Thumb/ldm-stm-postinc.ll | 81 +++++++++++++++++++++++++++++++++++ 4 files changed, 164 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/Thumb/ldm-stm-postinc.ll