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

    <tr>
        <th>Summary</th>
        <td>
            `llc --help` and CommandGuide/llc.html disagree about input types, and are both wrong
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

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

<pre>
    https://llvm.org/docs/CommandGuide/llc.html says:
> Inputs can be in either the LLVM assembly language format (.ll) or the LLVM bitcode format (.bc).

` llc --help` (as of f03430f5e37e) says:
> USAGE: llc [options] \<input bitcode>

`llc` also accepts Machine IR (MIR) given suitable options, per https://llvm.org/docs/MIRLangRef.html#mir-testing-guide, e.g. llvm-project/llvm/test/CodeGen/AArch64/a55-fuse-address.mir.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyEk0FvqzoQhX-N2YyCHBtIsmCRpqWK1GxSvbcf7AH8ZGxkm1b590-QVu3t1dXdICFm5syZ74Axmt4R1ax8YOVjhnMafKgbi3F4HSgYjS5rvb7VQ0pTZPLIRMNEY-3bmPvQM9ForyITzcmPIzr9PBtNa4HKhzRaiHhb2_gj40cmn-DspjlFUOigJTAOyKSBAqSB4OXl3wtgjDS29gYWXT9jT9D5MGICJva5tUwcwH8rb01SXv9S1ComDvmH5P1ZcbBWwWYzkJ2WNyb2GMF30HFZSN6VJHe0zP5t4X9ej89PTB7XAax88FMy3kVWPgIrT0yezOLocw8mn34IW6sWQbTRAypFU4pwQTUYR3C-LotcztdFuTdv5CDOJmFrCT51xAkmCvA3AJfz9QVdf6VuPTwTcjRhkygm4_pNf-dyAsr7HJbuzRT8f6TSxzAmmqV2JanpmRwTzfEY1FAVTDRYlptujrRBrQPFmI8m5JmupT7IA2ZUb3fbquRcFPtsqDmvqNOkyqqrpDxUXKtue6iWC3dKYpeZWnBR8FJIsZU7scu7PWJZqRKxw0JxYgWnEY3NP31mJsaZ6oMURZFZbMnGNbNCOHqH9SMTYolwqFd37dxHVnBrYopfU5JJluo7lG9hQKfhTwHWJmIfiABbPye4w063iVYySycGgtanAd6Dd302B_vjb-lNGuY2V378OvYPBKuDBePd4Vst_g8AAP__g8Ykrw">