[AArch64] Add a regression test for the load store optimizer.
authorTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 09:37:19 +0000 (09:37 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 09:37:19 +0000 (09:37 +0000)
commit47e3b437684acf6a025ba45e5b5da28712befe73
tree1a1bae91e039c381317ecbe1c00cc9ff238d21d1
parent866ed7f63f9edf9c20763a9abc115fb23372f42f
[AArch64] Add a regression test for the load store optimizer.

We have a couple of regression tests for load/store pairing, but (to my knowledge) there are no regression tests for the load/store + add/sub folding.

As a first step towards increased test coverage of this area, this commit adds a test for one instance of a load + add to pre-indexed load transformation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209618 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/ldst-opt.ll [new file with mode: 0644]