[AArch64] Add store + add folding regression tests for the load/store optimization...
authorTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 13:36:47 +0000 (13:36 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 13:36:47 +0000 (13:36 +0000)
commit7aac65de51539ff21f5a4bfc8cb4d1dfda20cabe
tree856d0d6fa72eeb142dcf2ceb46d9657e84044b05
parent3390e6c4a83b8df00a4e3d22972ba92fce4600ca
[AArch64] Add store + add folding regression tests for the load/store optimization pass.

Add tests for the following transform:

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

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

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