llvm-stress-13 - Man Page

generate random .ll files

Synopsis

llvm-stress [-size=filesize] [-seed=initialseed] [-o=outfile]

Description

The llvm-stress tool is used to generate random .ll files that can be used to test different components of LLVM.

Options

-o filename

Specify the output filename.

-size size

Specify the size of the generated .ll file.

-seed seed

Specify the seed to be used for the randomly generated instructions.

Exit Status

llvm-stress returns 0.

Author

Maintained by the LLVM Team (https://llvm.org/).

Info

2024-01-25 13 LLVM