[AArch64] Add more regression tests for the load/store optimization pass.
authorTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 12:15:51 +0000 (12:15 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 12:15:51 +0000 (12:15 +0000)
commit3390e6c4a83b8df00a4e3d22972ba92fce4600ca
tree08424ddaa6211a2ed37aab0db40621c619b0159b
parent3d150e08aed6fc424236312c7a5f724dde2c7d48
[AArch64] Add more regression tests for the load/store optimization pass.

Cover the following cases:

  ldr X, [x0, #32]
   ...
  add x0, x0, #32
   ->
  ldr X, [x0, #32]!

with X being either w1, x1, s0, d0 or q0.

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