[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-profdata / trace-limit.proftext
blobcf6edd648b23b24f809308fc429903ff9792e7d6
1 # RUN: llvm-profdata merge --temporal-profile-max-trace-length=0 %s -o %t.profdata
2 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefix=NONE
4 # RUN: llvm-profdata merge --temporal-profile-max-trace-length=2 %s -o %t.profdata
5 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=CHECK,SOME
7 # RUN: llvm-profdata merge --temporal-profile-max-trace-length=1000 %s -o %t.profdata
8 # RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=CHECK,ALL
10 # NONE: Temporal Profile Traces (samples=0 seen=0):
11 # CHECK: Temporal Profile Traces (samples=1 seen=1):
12 # SOME:   Trace 0 (weight=1 count=2):
13 # ALL:    Trace 0 (weight=1 count=3):
15 # Header
16 :ir
17 :temporal_prof_traces
18 # Num Traces
20 # Trace Stream Size:
22 # Weight
24 a, b, c
28 # Func Hash:
29 0x1234
30 # Num Counters:
32 # Counter Values:
33 101
36 0x5678
38 202
41 0xabcd
43 303