summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorStepan Dyatkovskiy <stpworld@narod.ru>2014-12-10 17:42:01 +0000
committerStepan Dyatkovskiy <stpworld@narod.ru>2014-12-10 17:42:01 +0000
commit49126402532be5fd1c21fe6cc189e1fece4cb6c5 (patch)
tree91510a3e9a4d14140319bfc2e8778220f012dd02 /docs/index.rst
parent3cd5b83bb82d2199bd4857c760edf4a49255bf84 (diff)
Added documentation for MergeFunctions pass:
Pass looks for equivalent functions that are mergable and folds them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f7a78f28497..bdf788f7b28 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -241,6 +241,7 @@ For API clients and LLVM developers.
BigEndianNEON
CoverageMappingFormat
Statepoints
+ MergeFunctions
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -337,6 +338,9 @@ For API clients and LLVM developers.
This describes a set of experimental extensions for garbage
collection support.
+:doc:`MergeFunctions`
+ Describes functions merging optimization.
+
Development Process Documentation
=================================