diff options
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index fcdea03c65f..eea41aa113a 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -261,6 +261,7 @@ For API clients and LLVM developers. MergeFunctions BitSets FaultMaps + MIRLangRef :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -273,6 +274,10 @@ For API clients and LLVM developers. working on retargetting LLVM to a new architecture, designing a new codegen pass, or enhancing existing components. +:doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>` + A reference manual for the MIR serialization format, which is used to test + LLVM's code generation passes. + :doc:`TableGen <TableGen/index>` Describes the TableGen tool, which is used heavily by the LLVM code generator. |

