diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 12:04:08 -0700 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 12:06:22 -0700 |
commit | 91e2151d04cc1cf5558f665920bef7df2eb87b40 (patch) | |
tree | ef5ebad3dd7dac935715d117994171beee8ef490 /llvm/docs | |
parent | e92b576308227cff9cc1061f63cd589db651bec4 (diff) | |
download | bcm5719-llvm-91e2151d04cc1cf5558f665920bef7df2eb87b40.tar.gz bcm5719-llvm-91e2151d04cc1cf5558f665920bef7df2eb87b40.zip |
[globalisel][docs] Add a pass index
Diffstat (limited to 'llvm/docs')
-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: |