diff options
Diffstat (limited to 'llvm/docs/SubsystemDocumentation.rst')
-rw-r--r-- | llvm/docs/SubsystemDocumentation.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/SubsystemDocumentation.rst b/llvm/docs/SubsystemDocumentation.rst index 005d541ceb3..463a17aa427 100644 --- a/llvm/docs/SubsystemDocumentation.rst +++ b/llvm/docs/SubsystemDocumentation.rst @@ -55,6 +55,7 @@ For API clients and LLVM developers. SpeculativeLoadHardening
StackSafetyAnalysis
LoopTerminology
+ DataDependenceGraphs
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -207,4 +208,7 @@ 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:`DataDependenceGraphs`
+ A description of the design of the DDG (Data Dependence Graph).
|