summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/frame/main.c
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2016-06-07 12:13:34 +0000
committerJames Molloy <james.molloy@arm.com>2016-06-07 12:13:34 +0000
commit53298a1808db968ff32f6a913974cf752a9eec73 (patch)
tree86cc0c1fc64f631d3b7ef4e6e43556a1bcb53602 /lldb/packages/Python/lldbsuite/test/python_api/frame/main.c
parent695c6b476a67be16c025e3efdded6fc9ea67e5c2 (diff)
downloadbcm5719-llvm-53298a1808db968ff32f6a913974cf752a9eec73.tar.gz
bcm5719-llvm-53298a1808db968ff32f6a913974cf752a9eec73.zip
[ARM] Shrink post-indexed LDR and STR to LDM/STM
A Thumb-2 post-indexed LDR instruction such as: ldr.w r0, [r1], #4 Can be rewritten as: ldm.n r1!, {r0} LDMs can be more expensive than LDRs on some cores, so this has been enabled only in minsize mode. llvm-svn: 272002
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud