[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-profdata / raw-two-profiles.test
bloba377375c1768c10ba6cedd1ac9a3cc251eeab94a
1 RUN: printf '\201rforpl\377' > %t-foo.profraw
2 RUN: printf '\4\0\0\0\0\0\0\0' >> %t-foo.profraw
3 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
4 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
5 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-foo.profraw
6 RUN: printf '\0\0\4\0\1\0\0\0' >> %t-foo.profraw
7 RUN: printf '\0\0\4\0\2\0\0\0' >> %t-foo.profraw
8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
10 RUN: printf '\254\275\030\333\114\302\370\134' >> %t-foo.profraw
11 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
12 RUN: printf '\0\0\4\0\1\0\0\0' >> %t-foo.profraw
13 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
14 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
15 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
17 RUN: printf '\023\0\0\0\0\0\0\0' >> %t-foo.profraw
18 RUN: printf '\3\0foo\0\0\0' >> %t-foo.profraw
20 RUN: printf '\201rforpl\377' > %t-bar.profraw
21 RUN: printf '\4\0\0\0\0\0\0\0' >> %t-bar.profraw
22 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-bar.profraw
23 RUN: printf '\2\0\0\0\0\0\0\0' >> %t-bar.profraw
24 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-bar.profraw
25 RUN: printf '\0\0\6\0\1\0\0\0' >> %t-bar.profraw
26 RUN: printf '\0\0\6\0\2\0\0\0' >> %t-bar.profraw
27 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
29 RUN: printf '\067\265\035\031\112\165\023\344' >> %t-bar.profraw
30 RUN: printf '\02\0\0\0\0\0\0\0' >> %t-bar.profraw
31 RUN: printf '\0\0\6\0\1\0\0\0' >> %t-bar.profraw
32 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
33 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
34 RUN: printf '\02\0\0\0\0\0\0\0' >> %t-bar.profraw
36 RUN: printf '\067\0\0\0\0\0\0\0' >> %t-bar.profraw
37 RUN: printf '\101\0\0\0\0\0\0\0' >> %t-bar.profraw
38 RUN: printf '\3\0bar\0\0\0' >> %t-bar.profraw
40 RUN: cat %t-foo.profraw %t-bar.profraw > %t-pad.profraw
41 RUN: llvm-profdata show %t-pad.profraw -all-functions -counts | FileCheck %s
43 CHECK: Counters:
44 CHECK:   foo:
45 CHECK:     Hash: 0x0000000000000001
46 CHECK:     Counters: 1
47 CHECK:     Function count: 19
48 CHECK:     Block counts: []
49 CHECK:   bar:
50 CHECK:     Hash: 0x0000000000000002
51 CHECK:     Counters: 2
52 CHECK:     Function count: 55
53 CHECK:     Block counts: [65]
54 CHECK: Functions shown: 2
55 CHECK: Total functions: 2
56 CHECK: Maximum function count: 55
57 CHECK: Maximum internal block count: 65