[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-profdata / merge-traces.proftext
blobbcf29ba634ea6af47bd85596f7f501add21dcd3d
1 # RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 %s -o %t.profdata
2 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=SAMPLE1,SEEN1
3 # RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 %s %t.profdata -o %t.profdata
4 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=SAMPLE2,SEEN2
5 # RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 %s %t.profdata -o %t.profdata
6 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=SAMPLE2,SEEN3
7 # RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 %s %t.profdata -o %t.profdata
8 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=SAMPLE2,SEEN4
10 # SEEN1: Temporal Profile Traces (samples=1 seen=1):
11 # SEEN2: Temporal Profile Traces (samples=2 seen=2):
12 # SEEN3: Temporal Profile Traces (samples=2 seen=3):
13 # SEEN4: Temporal Profile Traces (samples=2 seen=4):
14 # SAMPLE1: Temporal Profile Trace 0 (weight=1 count=3):
15 # SAMPLE1:   a
16 # SAMPLE1:   b
17 # SAMPLE1:   c
18 # SAMPLE2: Temporal Profile Trace 1 (weight=1 count=3):
19 # SAMPLE2:   a
20 # SAMPLE2:   b
21 # SAMPLE2:   c
23 # Header
24 :ir
25 :temporal_prof_traces
26 # Num Traces
28 # Trace Stream Size:
30 # Weight
32 a, b, c
36 # Func Hash:
37 0x1234
38 # Num Counters:
40 # Counter Values:
41 101
44 0x5678
46 202
49 0xabcd
51 303