[AArch64] Add some more regression tests for store pre-index update folding in the...
authorTilmann Scheller <t.scheller@samsung.com>
Mon, 2 Jun 2014 12:33:33 +0000 (12:33 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Mon, 2 Jun 2014 12:33:33 +0000 (12:33 +0000)
commit75fa6e5a23a843a70f23f19af77500561d5db47c
tree76b7179e7f47168863c04e8d27e46a360837929c
parentd425a2b169e7a1fceaa266c4513b23fe29641d36
[AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer.

Add tests for the following transform:

 add x8, x8, #16
  ...
 str X, [x8]
  ->
 str X, [x8, #16]!

with X being either w0, x0, s0, d0 or q0.

llvm-svn: 210021
llvm/test/CodeGen/AArch64/ldst-opt.ll