[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)
commitcc3ebc8a987ad45f562faaf8a81eda2cfdc7f604
tree8e832f29abb346088c3fa00a73116e1c88d78b0f
parent60553be5fdd4fc67f3563d0887902a6201fecb0e
[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.

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