[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / X86 / fsafdo_test2.ll
blobc0ae5d2f367689d1a5a7219f5a41ac0ee8b5f9d6
1 ; REQUIRES: asserts
2 ; RUN: llc -enable-fs-discriminator < %s | FileCheck %s
3 ; RUN: llvm-profdata merge --sample -profile-isfs -o %t.afdo %S/Inputs/fsloader.afdo
4 ; RUN: llc -enable-fs-discriminator -fs-profile-file=%t.afdo -show-fs-branchprob -disable-ra-fsprofile-loader=false -disable-layout-fsprofile-loader=false < %s 2>&1 | FileCheck %s --check-prefix=LOADER
6 ;;
7 ;; C source code for the test (compiler at -O3):
8 ;; // A test case for loop unroll.
9 ;;
10 ;; __attribute__((noinline)) int bar(int i){
11 ;;   volatile int j;
12 ;;   j = i;
13 ;;   return j;
14 ;; }
16 ;; unsigned sum;
17 ;; __attribute__((noinline)) void work(int i){
18 ;;   if (sum % 7)
19 ;;     sum += i;
20 ;;   else
21 ;;     sum -= i;
22 ;; }
24 ;; __attribute__((noinline)) void foo(){
25 ;;   int i, j;
26 ;;   for (j = 0; j < 48; j++)
27 ;;     for (i = 0; i < 4; i++) {
28 ;;       int ii = bar(i+j*48);
29 ;;       if (ii % 2)
30 ;;         work(ii*2);
31 ;;       if (ii % 4)
32 ;;         work(ii*3);
33 ;;   }
34 ;; }
36 ;; int main() {
37 ;;   int i;
38 ;;   for (i = 0; i < 10000000; i++) {
39 ;;     foo();
40 ;;   }
41 ;; }
43 ;; Check that fs-afdo discriminators are generated.
44 ; CHECK: .loc    1 23 9 is_stmt 0 discriminator 1 # unroll.c:23:9
45 ; CHECK: .loc    1 23 9 is_stmt 0 discriminator 3585 # unroll.c:23:9
46 ; CHECK: .loc    1 23 9 is_stmt 0 discriminator 8705 # unroll.c:23:9
47 ; CHECK: .loc    1 23 9 is_stmt 0 discriminator 4097 # unroll.c:23:9
49 ;; Check that variable __llvm_fs_discriminator__ is generated.
50 ; CHECK: .type   __llvm_fs_discriminator__,@object # @__llvm_fs_discriminator__
51 ; CHECK: .section        .rodata,"a",@progbits
52 ; CHECK: .weak   __llvm_fs_discriminator__
53 ; CHECK: __llvm_fs_discriminator__:
54 ; CHECK: .byte   1
55 ; CHECK: .size   __llvm_fs_discriminator__, 1
57 ;; Check that new branch probs are generated.
58 ; LOADER: Set branch fs prob: MBB (1 -> 3): unroll.c:22:11-->unroll.c:24:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x7aca7894 / 0x80000000 = 95.93%
59 ; LOADER: Set branch fs prob: MBB (1 -> 2): unroll.c:22:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x0535876c / 0x80000000 = 4.07%
60 ; LOADER: Set branch fs prob: MBB (3 -> 5): unroll.c:24:11-->unroll.c:22:11 W=283590  0x30000000 / 0x80000000 = 37.50% --> 0x7aca7894 / 0x80000000 = 95.93%
61 ; LOADER: Set branch fs prob: MBB (3 -> 4): unroll.c:24:11 W=283590  0x50000000 / 0x80000000 = 62.50% --> 0x0535876c / 0x80000000 = 4.07%
62 ; LOADER: Set branch fs prob: MBB (5 -> 8): unroll.c:22:11-->unroll.c:24:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x021c112e / 0x80000000 = 1.65%
63 ; LOADER: Set branch fs prob: MBB (5 -> 7): unroll.c:22:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x7de3eed2 / 0x80000000 = 98.35%
64 ; LOADER: Set branch fs prob: MBB (8 -> 10): unroll.c:24:11-->unroll.c:22:11 W=283590  0x30000000 / 0x80000000 = 37.50% --> 0x00000000 / 0x80000000 = 0.00%
65 ; LOADER: Set branch fs prob: MBB (8 -> 9): unroll.c:24:11 W=283590  0x50000000 / 0x80000000 = 62.50% --> 0x80000000 / 0x80000000 = 100.00%
66 ; LOADER: Set branch fs prob: MBB (10 -> 12): unroll.c:22:11-->unroll.c:24:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x7aca7894 / 0x80000000 = 95.93%
67 ; LOADER: Set branch fs prob: MBB (10 -> 11): unroll.c:22:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x0535876c / 0x80000000 = 4.07%
68 ; LOADER: Set branch fs prob: MBB (12 -> 14): unroll.c:24:11-->unroll.c:22:11 W=283590  0x30000000 / 0x80000000 = 37.50% --> 0x02012507 / 0x80000000 = 1.57%
69 ; LOADER: Set branch fs prob: MBB (12 -> 13): unroll.c:24:11 W=283590  0x50000000 / 0x80000000 = 62.50% --> 0x7dfedaf9 / 0x80000000 = 98.43%
70 ; LOADER: Set branch fs prob: MBB (14 -> 16): unroll.c:22:11-->unroll.c:24:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x0a5856e1 / 0x80000000 = 8.08%
71 ; LOADER: Set branch fs prob: MBB (14 -> 15): unroll.c:22:11 W=283590  0x40000000 / 0x80000000 = 50.00% --> 0x75a7a91f / 0x80000000 = 91.92%
72 ; LOADER: Set branch fs prob: MBB (16 -> 18): unroll.c:24:11-->unroll.c:19:3 W=283590  0x30000000 / 0x80000000 = 37.50% --> 0x16588166 / 0x80000000 = 17.46%
73 ; LOADER: Set branch fs prob: MBB (16 -> 17): unroll.c:24:11 W=283590  0x50000000 / 0x80000000 = 62.50% --> 0x69a77e9a / 0x80000000 = 82.54%
76 target triple = "x86_64-unknown-linux-gnu"
78 @sum = dso_local local_unnamed_addr global i32 0, align 4
80 declare i32 @bar(i32 %i) #0
81 declare void @work(i32 %i) #2
83 define dso_local void @foo() #0 !dbg !29 {
84 entry:
85   br label %for.cond1.preheader, !dbg !30
87 for.cond1.preheader:
88   %j.012 = phi i32 [ 0, %entry ], [ %inc11, %if.end9.3 ]
89   %mul = mul nuw nsw i32 %j.012, 48
90   %call = tail call i32 @bar(i32 %mul), !dbg !32
91   %0 = and i32 %call, 1, !dbg !33
92   %tobool.not = icmp eq i32 %0, 0, !dbg !33
93   br i1 %tobool.not, label %if.end, label %if.then, !dbg !35
95 if.then:
96   %mul4 = shl nsw i32 %call, 1, !dbg !36
97   tail call void @work(i32 %mul4), !dbg !37
98   br label %if.end, !dbg !38
100 if.end:
101   %1 = and i32 %call, 3, !dbg !39
102   %tobool6.not = icmp eq i32 %1, 0, !dbg !39
103   br i1 %tobool6.not, label %if.end9, label %if.then7, !dbg !40
105 if.then7:
106   %mul8 = mul nsw i32 %call, 3, !dbg !41
107   tail call void @work(i32 %mul8), !dbg !42
108   br label %if.end9, !dbg !43
110 if.end9:
111   %add.1 = or i32 %mul, 1, !dbg !44
112   %call.1 = tail call i32 @bar(i32 %add.1), !dbg !32
113   %2 = and i32 %call.1, 1, !dbg !33
114   %tobool.not.1 = icmp eq i32 %2, 0, !dbg !33
115   br i1 %tobool.not.1, label %if.end.1, label %if.then.1, !dbg !35
117 for.end12:
118   ret void, !dbg !45
120 if.then.1:
121   %mul4.1 = shl nsw i32 %call.1, 1, !dbg !36
122   tail call void @work(i32 %mul4.1), !dbg !37
123   br label %if.end.1, !dbg !38
125 if.end.1:
126   %3 = and i32 %call.1, 3, !dbg !39
127   %tobool6.not.1 = icmp eq i32 %3, 0, !dbg !39
128   br i1 %tobool6.not.1, label %if.end9.1, label %if.then7.1, !dbg !40
130 if.then7.1:
131   %mul8.1 = mul nsw i32 %call.1, 3, !dbg !41
132   tail call void @work(i32 %mul8.1), !dbg !42
133   br label %if.end9.1, !dbg !43
135 if.end9.1:
136   %add.2 = or i32 %mul, 2, !dbg !44
137   %call.2 = tail call i32 @bar(i32 %add.2), !dbg !32
138   %4 = and i32 %call.2, 1, !dbg !33
139   %tobool.not.2 = icmp eq i32 %4, 0, !dbg !33
140   br i1 %tobool.not.2, label %if.end.2, label %if.then.2, !dbg !35
142 if.then.2:
143   %mul4.2 = shl nsw i32 %call.2, 1, !dbg !36
144   tail call void @work(i32 %mul4.2), !dbg !37
145   br label %if.end.2, !dbg !38
147 if.end.2:
148   %5 = and i32 %call.2, 3, !dbg !39
149   %tobool6.not.2 = icmp eq i32 %5, 0, !dbg !39
150   br i1 %tobool6.not.2, label %if.end9.2, label %if.then7.2, !dbg !40
152 if.then7.2:
153   %mul8.2 = mul nsw i32 %call.2, 3, !dbg !41
154   tail call void @work(i32 %mul8.2), !dbg !42
155   br label %if.end9.2, !dbg !43
157 if.end9.2:
158   %add.3 = or i32 %mul, 3, !dbg !44
159   %call.3 = tail call i32 @bar(i32 %add.3), !dbg !32
160   %6 = and i32 %call.3, 1, !dbg !33
161   %tobool.not.3 = icmp eq i32 %6, 0, !dbg !33
162   br i1 %tobool.not.3, label %if.end.3, label %if.then.3, !dbg !35
164 if.then.3:
165   %mul4.3 = shl nsw i32 %call.3, 1, !dbg !36
166   tail call void @work(i32 %mul4.3), !dbg !37
167   br label %if.end.3, !dbg !38
169 if.end.3:
170   %7 = and i32 %call.3, 3, !dbg !39
171   %tobool6.not.3 = icmp eq i32 %7, 0, !dbg !39
172   br i1 %tobool6.not.3, label %if.end9.3, label %if.then7.3, !dbg !40
174 if.then7.3:
175   %mul8.3 = mul nsw i32 %call.3, 3, !dbg !41
176   tail call void @work(i32 %mul8.3), !dbg !42
177   br label %if.end9.3, !dbg !43
179 if.end9.3:
180   %inc11 = add nuw nsw i32 %j.012, 1, !dbg !46
181   %exitcond.not = icmp eq i32 %inc11, 48, !dbg !48
182   br i1 %exitcond.not, label %for.end12, label %for.cond1.preheader, !dbg !30, !llvm.loop !49
186 attributes #0 = { noinline nounwind uwtable "disable-tail-calls"="false" "frame-pointer"="none" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" "unsafe-fp-math"="false" "use-soft-float"="false" }
187 attributes #1 = { argmemonly nounwind willreturn }
188 attributes #2 = { nofree noinline norecurse nounwind uwtable "disable-tail-calls"="false" "frame-pointer"="none" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" "unsafe-fp-math"="false" "use-soft-float"="false" }
189 attributes #3 = { nounwind uwtable "disable-tail-calls"="false" "frame-pointer"="none" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" "unsafe-fp-math"="false" "use-soft-float"="false" }
191 !llvm.dbg.cu = !{!0}
192 !llvm.module.flags = !{!3, !4, !5}
194 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly, enums: !2, splitDebugInlining: false, debugInfoForProfiling: true, nameTableKind: None)
195 !1 = !DIFile(filename: "unroll.c", directory: "a/")
196 !2 = !{}
197 !3 = !{i32 7, !"Dwarf Version", i32 4}
198 !4 = !{i32 2, !"Debug Info Version", i32 3}
199 !5 = !{i32 1, !"wchar_size", i32 4}
200 !7 = distinct !DISubprogram(name: "bar", scope: !1, file: !1, line: 3, type: !8, scopeLine: 3, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !2)
201 !8 = !DISubroutineType(types: !2)
202 !9 = !DILocation(line: 4, column: 3, scope: !7)
203 !10 = !DILocation(line: 5, column: 5, scope: !7)
204 !11 = !{!12, !12, i64 0}
205 !12 = !{!"int", !13, i64 0}
206 !13 = !{!"omnipotent char", !14, i64 0}
207 !14 = !{!"Simple C/C++ TBAA"}
208 !15 = !DILocation(line: 6, column: 10, scope: !7)
209 !16 = !DILocation(line: 7, column: 1, scope: !7)
210 !17 = !DILocation(line: 6, column: 3, scope: !18)
211 !18 = !DILexicalBlockFile(scope: !7, file: !1, discriminator: 1)
212 !19 = distinct !DISubprogram(name: "work", scope: !1, file: !1, line: 10, type: !8, scopeLine: 10, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !2)
213 !20 = !DILocation(line: 11, column: 7, scope: !19)
214 !21 = !DILocation(line: 11, column: 11, scope: !22)
215 !22 = !DILexicalBlockFile(scope: !19, file: !1, discriminator: 1)
216 !23 = !DILocation(line: 11, column: 11, scope: !24)
217 !24 = !DILexicalBlockFile(scope: !19, file: !1, discriminator: 2)
218 !25 = !DILocation(line: 11, column: 7, scope: !26)
219 !26 = !DILexicalBlockFile(scope: !19, file: !1, discriminator: 3)
220 !27 = !DILocation(line: 0, scope: !22)
221 !28 = !DILocation(line: 15, column: 1, scope: !19)
222 !29 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 17, type: !8, scopeLine: 17, flags: DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !2)
223 !30 = !DILocation(line: 19, column: 3, scope: !31)
224 !31 = !DILexicalBlockFile(scope: !29, file: !1, discriminator: 2)
225 !32 = !DILocation(line: 21, column: 16, scope: !31)
226 !33 = !DILocation(line: 22, column: 14, scope: !34)
227 !34 = !DILexicalBlockFile(scope: !29, file: !1, discriminator: 1)
228 !35 = !DILocation(line: 22, column: 11, scope: !31)
229 !36 = !DILocation(line: 23, column: 16, scope: !29)
230 !37 = !DILocation(line: 23, column: 9, scope: !34)
231 !38 = !DILocation(line: 23, column: 9, scope: !31)
232 !39 = !DILocation(line: 24, column: 14, scope: !34)
233 !40 = !DILocation(line: 24, column: 11, scope: !31)
234 !41 = !DILocation(line: 25, column: 16, scope: !29)
235 !42 = !DILocation(line: 25, column: 9, scope: !34)
236 !43 = !DILocation(line: 25, column: 9, scope: !31)
237 !44 = !DILocation(line: 21, column: 21, scope: !34)
238 !45 = !DILocation(line: 27, column: 1, scope: !29)
239 !46 = !DILocation(line: 19, column: 24, scope: !47)
240 !47 = !DILexicalBlockFile(scope: !29, file: !1, discriminator: 3)
241 !48 = !DILocation(line: 19, column: 17, scope: !34)
242 !49 = distinct !{!49, !50, !51}
243 !50 = !DILocation(line: 19, column: 3, scope: !29)
244 !51 = !DILocation(line: 26, column: 3, scope: !29)
245 !52 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 29, type: !8, scopeLine: 29, flags: DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !2)
246 !53 = !DILocation(line: 31, column: 3, scope: !54)
247 !54 = !DILexicalBlockFile(scope: !52, file: !1, discriminator: 2)
248 !55 = !DILocation(line: 32, column: 5, scope: !52)
249 !56 = !DILocation(line: 31, column: 30, scope: !57)
250 !57 = !DILexicalBlockFile(scope: !52, file: !1, discriminator: 3)
251 !58 = !DILocation(line: 31, column: 17, scope: !59)
252 !59 = !DILexicalBlockFile(scope: !52, file: !1, discriminator: 1)
253 !60 = distinct !{!60, !61, !62}
254 !61 = !DILocation(line: 31, column: 3, scope: !52)
255 !62 = !DILocation(line: 33, column: 3, scope: !52)
256 !63 = !DILocation(line: 34, column: 1, scope: !52)