LLVM-STRESS(1) LLVM LLVM-STRESS(1)

llvm-stress - generate random .ll files

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

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

Specify the output filename.
Specify the size of the generated .ll file.
Specify the seed to be used for the randomly generated instructions.

llvm-stress returns 0.

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

2003-2024, LLVM Project

2024-05-01 17