LLVM-REDUCE(1) | LLVM | LLVM-REDUCE(1) |
llvm-reduce - LLVM automatic testcase reducer.
llvm-reduce [options] [input…]
The llvm-reduce tool project that can be used for reducing the size of LLVM test cases. It works by removing redundant or unnecessary code from LLVM test cases while still preserving their ability to detect bugs.
If input is “-”, llvm-reduce reads from standard input. Otherwise, it will read from the specified filenames.
LLVM-Reduce is a useful tool for reducing the size and complexity of LLVM test cases, making it easier to identify and debug issues in the LLVM compiler infrastructure.
Note : Granularity refers to the level of detail at which the reduction process operates. A lower granularity means that the reduction process operates at a more coarse-grained level, while a higher granularity means that it operates at a more fine-grained level.
llvm-reduce returns 0 under normal operation. It returns a non-zero exit code if there were any errors.
Maintained by the LLVM Team (https://llvm.org/).
2003-2024, LLVM Project
2024-04-14 | 15 |