We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-j $NUM_THREADS
1 parent 8950806 commit 64e499dCopy full SHA for 64e499d
llvm/docs/HowToSubmitABug.rst
@@ -124,8 +124,8 @@ which should produce reduced IR that reproduces the crash.
124
125
.. TIP::
126
``llvm-reduce`` is still fairly immature and may crash. On the other hand,
127
- unlike ``bugpoint``, ``llvm-reduce`` is multi-threaded and can therefore
128
- potentially be much faster.
+ unlike ``bugpoint``, ``llvm-reduce -j $NUM_THREADS`` is multi-threaded and
+ can therefore potentially be much faster.
129
130
If none of the above work, you can get the IR before a crash by running the
131
``opt`` command with the ``--print-before-all --print-module-scope`` flags to
0 commit comments