James Molloy 53298a1808 [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
2016-06-07 12:13:34 +00:00
..
2016-06-06 19:11:53 +00:00
2016-05-10 01:32:44 +00:00
2016-05-26 17:02:56 +00:00
2016-06-06 12:24:52 +00:00