From 91e2151d04cc1cf5558f665920bef7df2eb87b40 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Wed, 30 Oct 2019 12:04:08 -0700 Subject: [PATCH] [globalisel][docs] Add a pass index --- llvm/docs/GlobalISel/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/llvm/docs/GlobalISel/index.rst b/llvm/docs/GlobalISel/index.rst index f620bc6..2796461 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: -- 2.7.4