diff options
Diffstat (limited to 'llvm/docs/SubsystemDocumentation.rst')
| -rw-r--r-- | llvm/docs/SubsystemDocumentation.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/SubsystemDocumentation.rst b/llvm/docs/SubsystemDocumentation.rst index 005d541ceb3..8dbdf8f1a09 100644 --- a/llvm/docs/SubsystemDocumentation.rst +++ b/llvm/docs/SubsystemDocumentation.rst @@ -55,6 +55,7 @@ For API clients and LLVM developers. SpeculativeLoadHardening
StackSafetyAnalysis
LoopTerminology
+ DependenceGraphs/index
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -207,4 +208,8 @@ For API clients and LLVM developers. variables.
:doc:`LoopTerminology`
- A document describing Loops and associated terms as used in LLVM.
\ No newline at end of file + A document describing Loops and associated terms as used in LLVM.
+
+:doc:`Dependence Graphs <DependenceGraphs/index>`
+ A description of the design of the various dependence graphs such as
+ the DDG (Data Dependence Graph).
|

