summaryrefslogtreecommitdiffstats
path: root/llvm/docs/index.rst
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-02-27 23:14:50 +0000
committerPhilip Reames <listmail@philipreames.com>2015-02-27 23:14:50 +0000
commitf8bf9ddde4e8da2ff46b94ce8d6c785a2c2bddd3 (patch)
tree3ef2c33fa29ff81723814becffbd361819031b4f /llvm/docs/index.rst
parent012b1514b97437c20145532822228b12c43a121a (diff)
downloadbcm5719-llvm-f8bf9ddde4e8da2ff46b94ce8d6c785a2c2bddd3.tar.gz
bcm5719-llvm-f8bf9ddde4e8da2ff46b94ce8d6c785a2c2bddd3.zip
[new docs] Performance Tips for Frontend Authors
As mentioned on llvm-dev, this is a new documentation page intended to collect tips for frontend authors on how to generate IR that LLVM is able to optimize well. These types of things come up repeated in review threads and it would be good to have a place to save them. I added a small handful to start us off, but I mostly want to get the framework in place. Once the docs are here, we can add to them incrementally. If you know of something appropriate for this page, please add it! Differential Revision: http://reviews.llvm.org/D7890 llvm-svn: 230807
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r--llvm/docs/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst
index 56567db32f6..63e8722fa68 100644
--- a/llvm/docs/index.rst
+++ b/llvm/docs/index.rst
@@ -83,6 +83,7 @@ representation.
Passes
YamlIO
GetElementPtr
+ Frontend/PerformanceTips
MCJITDesignAndImplementation
:doc:`GettingStarted`
@@ -150,6 +151,11 @@ representation.
Answers to some very frequent questions about LLVM's most frequently
misunderstood instruction.
+:doc:`Frontend/PerformanceTips`
+ A collection of tips for frontend authors on how to generate IR
+ which LLVM is able to effectively optimize.
+
+
Programming Documentation
=========================
OpenPOWER on IntegriCloud