[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / 2007-02-02-JoinIntervalsCrash.ll
1 ; RUN: llc < %s -mtriple=thumb-apple-darwin
2
3         %struct.color_sample = type { i32 }
4         %struct.ref = type { %struct.color_sample, i16, i16 }
5
6 define void @zcvrs() {
7         br i1 false, label %bb22, label %UnifiedReturnBlock
8
9 bb22:
10         br i1 false, label %bb64, label %UnifiedReturnBlock
11
12 bb64:
13         %tmp67 = urem i32 0, 0
14         %tmp69 = icmp slt i32 %tmp67, 10
15         %iftmp.13.0 = select i1 %tmp69, i8 48, i8 55
16         %tmp75 = add i8 %iftmp.13.0, 0
17         store i8 %tmp75, i8* null
18         %tmp81 = udiv i32 0, 0
19         %tmp83 = icmp eq i32 %tmp81, 0
20         br i1 %tmp83, label %bb85, label %bb64
21
22 bb85:
23         ret void
24
25 UnifiedReturnBlock:
26         ret void
27 }