[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)
commit2d746bcda3e4dfb0fa24132eed7cce36bfb3f7c0
treec62ae52bd420cb1a3246001e55a34428cb2512f1
parent115aa160e68eea810c65aede9d48435b42f26644
[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.

llvm-svn: 209618
llvm/test/CodeGen/AArch64/ldst-opt.ll [new file with mode: 0644]