[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)
commitcca9c269200660ed50293169d8ef69449bcd599b
tree8b272bd1002d0be327fb38a90126bdb004d4cbec
parentdd7c5bb730b2f259f46d36e0d9330d784f1e3ed1
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210021 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/ldst-opt.ll