132daaa2a80bf7a074cc2bcafdad79f027c98021
[oota-llvm.git] / test / CodeGen / ARM / indirectbr.ll
1 ; RUN: llc < %s -relocation-model=pic -march=arm | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -relocation-model=pic -march=thumb | FileCheck %s -check-prefix=THUMB
3 ; RUN: llc < %s -relocation-model=static -march=thumb -mattr=+thumb2 | FileCheck %s -check-prefix=THUMB2
4
5 @nextaddr = global i8* null                       ; <i8**> [#uses=2]
6 @C.0.2070 = private constant [5 x i8*] [i8* blockaddress(@foo, %L1), i8* blockaddress(@foo, %L2), i8* blockaddress(@foo, %L3), i8* blockaddress(@foo, %L4), i8* blockaddress(@foo, %L5)] ; <[5 x i8*]*> [#uses=1]
7
8 define internal arm_apcscc i32 @foo(i32 %i) nounwind {
9 ; ARM: foo:
10 ; THUMB: foo:
11 ; THUMB2: foo:
12 entry:
13   %0 = load i8** @nextaddr, align 4               ; <i8*> [#uses=2]
14   %1 = icmp eq i8* %0, null                       ; <i1> [#uses=1]
15   br i1 %1, label %bb3, label %bb2
16
17 bb2:                                              ; preds = %entry, %bb3
18   %gotovar.4.0 = phi i8* [ %gotovar.4.0.pre, %bb3 ], [ %0, %entry ] ; <i8*> [#uses=1]
19 ; ARM: bx
20 ; THUMB: mov pc, r1
21 ; THUMB2: mov pc, r1
22   indirectbr i8* %gotovar.4.0, [label %L5, label %L4, label %L3, label %L2, label %L1]
23
24 bb3:                                              ; preds = %entry
25   %2 = getelementptr inbounds [5 x i8*]* @C.0.2070, i32 0, i32 %i ; <i8**> [#uses=1]
26   %gotovar.4.0.pre = load i8** %2, align 4        ; <i8*> [#uses=1]
27   br label %bb2
28
29 L5:                                               ; preds = %bb2
30   br label %L4
31
32 L4:                                               ; preds = %L5, %bb2
33   %res.0 = phi i32 [ 385, %L5 ], [ 35, %bb2 ]     ; <i32> [#uses=1]
34   br label %L3
35
36 L3:                                               ; preds = %L4, %bb2
37   %res.1 = phi i32 [ %res.0, %L4 ], [ 5, %bb2 ]   ; <i32> [#uses=1]
38   br label %L2
39
40 L2:                                               ; preds = %L3, %bb2
41   %res.2 = phi i32 [ %res.1, %L3 ], [ 1, %bb2 ]   ; <i32> [#uses=1]
42   %phitmp = mul i32 %res.2, 6                     ; <i32> [#uses=1]
43   br label %L1
44
45 L1:                                               ; preds = %L2, %bb2
46   %res.3 = phi i32 [ %phitmp, %L2 ], [ 2, %bb2 ]  ; <i32> [#uses=1]
47 ; ARM: ldr r1, LCPI1_2
48 ; ARM: add r1, pc, r1
49 ; ARM: str r1
50 ; THUMB: ldr.n r2, LCPI1_4
51 ; THUMB: add r2, pc
52 ; THUMB: str r2
53 ; THUMB2: ldr.n r2, LCPI1_2
54 ; THUMB2-NEXT: str r2
55   store i8* blockaddress(@foo, %L5), i8** @nextaddr, align 4
56   ret i32 %res.3
57 }
58 ; ARM: LCPI1_2:
59 ; ARM-NEXT: .long L_foo_L5-(LPC2+8)
60 ; THUMB: LCPI1_4:
61 ; THUMB-NEXT: .long L_foo_L5-(LPC2+4)
62 ; THUMB2: LCPI1_2:
63 ; THUMB2-NEXT: .long L_foo_L5