[ARM] Add a first test for the Thumb-2 code size optimization pass.
authorTilmann Scheller <t.scheller@samsung.com>
Fri, 29 Aug 2014 15:04:40 +0000 (15:04 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Fri, 29 Aug 2014 15:04:40 +0000 (15:04 +0000)
commitf238c1844e7bd5c7ea10be53834d6079d3673bc0
treebc957e80081da1fb29345f65776930d474cc28f3
parent1f70cb9c146df188f665e3496a31b34182a00252
[ARM] Add a first test for the Thumb-2 code size optimization pass.

While working on a Thumb-2 code size optimization I just realized that we don't have any regression tests for it.

So here's a first test case, I plan to increase the coverage over time.

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