diff options
-rw-r--r-- | llvm/docs/GlobalISel/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/GlobalISel/index.rst b/llvm/docs/GlobalISel/index.rst index f620bc643bb..27964614a65 100644 --- a/llvm/docs/GlobalISel/index.rst +++ b/llvm/docs/GlobalISel/index.rst @@ -54,6 +54,15 @@ the following sections. Porting Resources +More information on specific passes can be found in the following sections: + +.. toctree:: + :maxdepth: 1 + + IRTranslator + Legalizer + RegBankSelect + InstructionSelect .. _progress: |