1LLVM-REMARKUTIL(1)                   LLVM                   LLVM-REMARKUTIL(1)
2
3
4

NAME

6       llvm-remarkutil - Remark utility
7

SYNOPSIS

9       llvm-remarkutil [subcommmand] [options]
10

DESCRIPTION

12       Utility for displaying information from, and converting between differ‐
13       ent remark formats.
14

SUBCOMMANDS

16bitstream2yaml - Reserialize bitstream remarks to YAML.
17
18yaml2bitstream - Reserialize YAML remarks to bitstream.
19
20instruction-count - Output function instruction counts.
21
22   bitstream2yaml
23       USAGE: llvm-remarkutil bitstream2yaml <input file> -o <output file>
24
25   Summary
26       Takes a bitstream remark file as input, and reserializes that  file  as
27       YAML.
28
29   yaml2bitstream
30       USAGE: llvm-remarkutil yaml2bitstream <input file> -o <output file>
31
32   Summary
33       Takes  a  YAML  remark file as input, and reserializes that file in the
34       bitstream format.
35
36   instruction-count
37       USAGE: llvm-remarkutil instruction-count  <input  file>  --parser=<bit‐
38       stream|yaml> -o <output file>
39
40   Summary
41       Outputs instruction count remarks for every function. Instruction count
42       remarks encode the number of instructions in  a  function  at  assembly
43       printing time.
44
45       Instruction count remarks require asm-printer remarks.
46
47       CSV format is as follows:
48
49       ::     Function,InstructionCount foo,123
50

AUTHOR

52       Maintained by the LLVM Team (https://llvm.org/).
53
55       2003-2023, LLVM Project
56
57
58
59
6016                                2023-07-20                LLVM-REMARKUTIL(1)
Impressum