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.
1 parent 16975ad commit b5f2db2Copy full SHA for b5f2db2
llvm/docs/ProgrammersManual.rst
@@ -1392,6 +1392,7 @@ How to use reduce-chunk-list:
1392
First, Figure out the number of calls to the debug counter you want to minimize.
1393
To do so, run the compilation command causing you want to minimize with `-print-debug-counter` adding a `-mllvm` if needed.
1394
Than find the line with the counter of interest. it should look like:
1395
+
1396
.. code-block:: none
1397
1398
my-counter : {5678,empty}
@@ -1400,6 +1401,7 @@ The number of calls to `my-counter` is 5678
1400
1401
1402
Than Find the minimum set of chunks that is interesting, with `reduce-chunk-list`.
1403
Build a reproducer script like:
1404
1405
.. code-block:: bash
1406
1407
#! /bin/bash
0 commit comments