[AArch64] Add store post-index update folding regression tests for the load/store...
authorTilmann Scheller <t.scheller@samsung.com>
Wed, 28 May 2014 06:43:00 +0000 (06:43 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Wed, 28 May 2014 06:43:00 +0000 (06:43 +0000)
commit7c747fc7c62606f1736aa114328eaeec7981052b
tree17c623f724801f982e14dc1e36d5ab458b86dc27
parenta55ed26abf056af8650fda666f2a6818f601557b
[AArch64] Add store post-index update folding regression tests for the load/store optimizer.

Add regression tests for the following transformation:

  str X, [x20]
   ...
  add x20, x20, #32
   ->
  str X, [x20], #32

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

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