Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / bolt / test / X86 / Inputs / blarge_profile_stale_low_matched_blocks.yaml
blob785e23922ce497c78b839be197726f47c98351ee
1 ---
2 header:
3   profile-version: 1
4   binary-name:     'reader-yaml.test.tmp.exe'
5   binary-build-id: '<unknown>'
6   profile-flags:   [ lbr ]
7   profile-origin:  branch profile reader
8   profile-events:  ''
9   dfs-order:       false
10   hash-func:       xxh3
11 functions:
12   - name:            SolveCubic
13     fid:             6
14     hash:            0x0000000000000000
15     exec:            151
16     nblocks:         18
17     blocks:
18       - bid:             0
19         insns:           43
20         hash:            0x4600940a609c0000
21         exec:            151
22         succ:            [ { bid: 1, cnt: 151, mis: 2 }, { bid: 7, cnt: 0 } ]
23       - bid:             1
24         insns:           7
25         hash:            0x167a1f084f130088
26         succ:            [ { bid: 13, cnt: 151 }, { bid: 2, cnt: 0 } ]
27       - bid:             13
28         insns:           26
29         hash:            0xa8d50000f81902a7
30         succ:            [ { bid: 3, cnt: 89 }, { bid: 2, cnt: 10 } ]
31       - bid:             3
32         insns:           9
33         hash:            0xc516000073dc00a0
34         succ:            [ { bid: 5, cnt: 151 } ]
35       - bid:             5
36         insns:           9
37         hash:            0x6446e1ea500111
38   - name:            usqrt
39     fid:             7
40     hash:            0x0000000000000000
41     exec:            20
42     nblocks:         6
43     blocks:
44       - bid:             0
45         insns:           4
46         hash:            0x0000000000000001
47         exec:            20
48         succ:            [ { bid: 1, cnt: 0 } ]
49       - bid:             1
50         insns:           9
51         hash:            0x0000000000000001
52         succ:            [ { bid: 3, cnt: 320, mis: 171 }, { bid: 2, cnt: 0 } ]
53       - bid:             3
54         insns:           2
55         hash:            0x0000000000000001
56         succ:            [ { bid: 1, cnt: 300, mis: 33 }, { bid: 4, cnt: 20 } ]
57 ...