• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -mtriple=thumbv7-apple-ios -relocation-model=pic -frame-pointer=all -mcpu=cortex-a8
2; RUN: llc < %s -mtriple=thumbv8-none-linux-gnueabi
3
4%struct.LIST_NODE.0.16 = type { %struct.LIST_NODE.0.16*, i8* }
5
6define %struct.LIST_NODE.0.16* @list_AssocListPair(%struct.LIST_NODE.0.16* %List, i8* %Key) nounwind readonly {
7entry:
8  br label %bb3
9
10bb:                                               ; preds = %bb3
11  %Scan.0.idx7.val = load i8*, i8** undef, align 4
12  %.idx = getelementptr i8, i8* %Scan.0.idx7.val, i32 4
13  %0 = bitcast i8* %.idx to i8**
14  %.idx.val = load i8*, i8** %0, align 4
15  %1 = icmp eq i8* %.idx.val, %Key
16  br i1 %1, label %bb5, label %bb2
17
18bb2:                                              ; preds = %bb
19  %Scan.0.idx8.val = load %struct.LIST_NODE.0.16*, %struct.LIST_NODE.0.16** undef, align 4
20  br label %bb3
21
22bb3:                                              ; preds = %bb2, %entry
23  %Scan.0 = phi %struct.LIST_NODE.0.16* [ %List, %entry ], [ %Scan.0.idx8.val, %bb2 ]
24  %2 = icmp eq %struct.LIST_NODE.0.16* %Scan.0, null
25  br i1 %2, label %bb5, label %bb
26
27bb5:                                              ; preds = %bb3, %bb
28  ret %struct.LIST_NODE.0.16* null
29}
30
31declare void @use(i32)
32define double @find_max_double(i32 %n, double* nocapture readonly %aa) {
33entry:
34  br i1 undef, label %for.body, label %for.end
35
36for.body:                                         ; preds = %for.body, %entry
37  %0 = load double, double* null, align 8
38  %cmp2.6 = fcmp ogt double %0, 0.000000e+00
39  %idx.1.6 = select i1 %cmp2.6, i32 undef, i32 0
40  %idx.1.7 = select i1 undef, i32 undef, i32 %idx.1.6
41  %max.1.7 = select i1 undef, double 0.000000e+00, double undef
42  br i1 undef, label %for.end, label %for.body
43
44for.end:                                          ; preds = %for.body, %entry
45  %max.0.lcssa = phi double [ undef, %entry ], [ %max.1.7, %for.body ]
46  %idx.0.lcssa = phi i32 [ 0, %entry ], [ %idx.1.7, %for.body ]
47  tail call void @use(i32 %idx.0.lcssa)
48  ret double %max.0.lcssa
49}
50