[llvm] 91e2151 - [globalisel][docs] Add a pass index

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 12:06:34 PDT 2019


Author: Daniel Sanders
Date: 2019-10-30T12:06:22-07:00
New Revision: 91e2151d04cc1cf5558f665920bef7df2eb87b40

URL: https://github.com/llvm/llvm-project/commit/91e2151d04cc1cf5558f665920bef7df2eb87b40
DIFF: https://github.com/llvm/llvm-project/commit/91e2151d04cc1cf5558f665920bef7df2eb87b40.diff

LOG: [globalisel][docs] Add a pass index

Added: 
    

Modified: 
    llvm/docs/GlobalISel/index.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GlobalISel/index.rst b/llvm/docs/GlobalISel/index.rst
index f620bc643bbe..27964614a653 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:
 


        


More information about the llvm-commits mailing list