[AArch64] Add load post-index update folding regression tests for the load/store...
authorTilmann Scheller <t.scheller@samsung.com>
Wed, 28 May 2014 05:44:14 +0000 (05:44 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Wed, 28 May 2014 05:44:14 +0000 (05:44 +0000)
commit4cbbe0d97e432da394b9db9b16d7f892016694f8
tree44c25fec951642b524e0a1952cd39d65aadc4613
parenta807d6783a88310e48b1194948bf45c52a2ada15
[AArch64] Add load post-index update folding regression tests for the load/store optimizer.

Add regression tests for the following transformation:

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

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

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