logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

llvm-stress - generate random .ll files

Author

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

Description

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

Exit Status

llvm-stress returns 0.

Name

       llvm-stress - generate random .ll files

Options

-ofilename
              Specify the output filename.

       -sizesize
              Specify the size of the generated .ll file.

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

Synopsis

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

See Also