<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/132696>132696</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            llvm-reduce should print short form, actionable names in the log
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            enhancement,
            good first issue,
            llvm-reduce
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          arsenm
      </td>
    </tr>
</table>

<pre>
    Currently llvm-reduce prints status information that looks like this:

```
----------------------------
*** Reducing GlobalObjects...
----------------------------
*** Reducing GV Initializers...
----------------------------
*** Reducing GlobalVariables...
----------------------------
```

The names of the reductions are casual descriptions of what it is doing. It does not include the name of the option you would use to run the reduction standalone, or disable it. This should include the name of the pass as it called in --print-delta-passes, so we might have something like this:

```
----------------------------
*** Reducing GlobalObjects (global-objects)...
----------------------------
*** Reducing GV Initializers (global-initializers)...
----------------------------
*** Reducing GlobalVariables (global-variables)...
----------------------------
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJy0lEFv2zAMhX-NfCFsOIrjJAcfuhYZehowFL3LFm1zlaVAlFJ0v36Qkm7pYUPRbYGAwM_CeyL9iYqZJovYic0nsbkrVAyz853yjHYpeqdfutvoPdpgXsCY01J61HFAOHqygYGDCpGB7Oj8ogI5C2FWAYxzTwyGnhDCTCzWN6LOq60vq74p__BLW-VlwdcUSXaCz8b1ynzpv-EQuKqqj5k8wr2lQMrQd_Qft8lneVSeVG_wnTZX1Yv65mFGsGpBBjdCmBFyb1MTGZRHGBRHZUAjD56OZ92N8JwaTAGIQTuyUwX3AbRDBusCkB1M1Jj9kvmrt8sG8OIiPLtoNERGCA58tG-z0ze1WhlnUchbcB40caoRKFTwMBMDz9nhd1FHxQyK0xkHZQymnVCWGZlSowmqTFuQkz87eEZYaJoDzOqEwG7BMKcW_1d8QMjdlIXSnRUh9_-IqStvupL_JuAtbVcBp1ft3e6vPSx0t9b79V4V2K22jdzV26Zpi7kb61W7HTe4GQct5U41-81qt9uut1tsdqMcC-pkLTf1Wjb1flU3baVx1H09tk1b671stqKpcVFkqjQyKuengpgjdqu1bPdtYVSPhvPMkRLtrOyAC9ogpBTyVkg5OadhJM-Jco7488XVCEra5q7wXdb6OLFoakMc-FdqoGCwu55bF3Qzi-nBB0ijK5GoMv6Z9POtpPPNMG4qojfdHMIxoygPQh4mCnPsq8EtQh5SwuWvPHqXcBLykI_OQh4uZZ86-SMAAP__bUmhSA">