llvm-project/llvm/test/tools/llc
Jay Foad 0c1381d795 [llc] Use -filetype=null to disable MIR printing
If you use -stop-after or similar options, llc will normally print MIR.
This patch checks for -filetype=null as a special case to disable MIR
printing. As the comment says, "The Null output is intended for use for
performance analysis ...", and I found this useful for timing a subset
of the passes that llc runs without the significant overhead of printing
MIR just to send it to /dev/null.

Differential Revision: https://reviews.llvm.org/D89476
2020-10-16 16:51:56 +01:00
..
aix-pic-setting.ll Address redirect issue on Windows. 2020-01-16 15:07:50 -05:00
filetype-null-stop-after.ll [llc] Use -filetype=null to disable MIR printing 2020-10-16 16:51:56 +01:00