1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {str\\.w\\W*r\[0-9\],\\W*\\\[r\[0-9\]*\\\]$} | count 1
2 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {str\\.w\\W*r\[0-9\],\\W*\\\[r\[0-9\]*,\\W*#+4092\\\]$} | count 1
3 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {str\\W*r\[0-9\],\\W*\\\[r\[0-9\]*,\\W*#-128\\\]$} | count 2
4 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | not grep {str\\.w\\W*r\[0-9\],\\W*\\\[r\[0-9\]*,\\W*#+4096\\\]$}
5 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {str\\.w\\W*r\[0-9\],\\W*\\\[r\[0-9\]*,\\W*+r\[0-9\]*\\\]$} | count 3
6 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {str\\.w\\W*r\[0-9\],\\W*\\\[r\[0-9\]*,\\W*+r\[0-9\]*,\\Wlsl #2\\\]$} | count 1
8 define i32 @f1(i32 %a, i32* %v) {
13 define i32 @f2(i32 %a, i32* %v) {
14 %tmp2 = getelementptr i32* %v, i32 1023
15 store i32 %a, i32* %tmp2
19 define i32 @f2a(i32 %a, i32* %v) {
20 %tmp2 = getelementptr i32* %v, i32 -32
21 store i32 %a, i32* %tmp2
25 define i32 @f3(i32 %a, i32* %v) {
26 %tmp2 = getelementptr i32* %v, i32 1024
27 store i32 %a, i32* %tmp2
31 define i32 @f4(i32 %a, i32 %base) {
33 %tmp1 = sub i32 %base, 128
34 %tmp2 = inttoptr i32 %tmp1 to i32*
35 store i32 %a, i32* %tmp2
39 define i32 @f5(i32 %a, i32 %base, i32 %offset) {
41 %tmp1 = add i32 %base, %offset
42 %tmp2 = inttoptr i32 %tmp1 to i32*
43 store i32 %a, i32* %tmp2
47 define i32 @f6(i32 %a, i32 %base, i32 %offset) {
49 %tmp1 = shl i32 %offset, 2
50 %tmp2 = add i32 %base, %tmp1
51 %tmp3 = inttoptr i32 %tmp2 to i32*
52 store i32 %a, i32* %tmp3
56 define i32 @f7(i32 %a, i32 %base, i32 %offset) {
58 %tmp1 = lshr i32 %offset, 2
59 %tmp2 = add i32 %base, %tmp1
60 %tmp3 = inttoptr i32 %tmp2 to i32*
61 store i32 %a, i32* %tmp3