docs: bring back link for reddit.

llvm-svn: 170776
This commit is contained in:
Sean Silva 2012-12-20 22:24:37 +00:00
parent 48fef599a4
commit fd706f7da9
2 changed files with 3 additions and 2 deletions

View File

@ -207,6 +207,7 @@ The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop ve
The Y-axis shows the time in msec. Lower is better. The last column shows the geomean of all the kernels.
.. image:: gcc-loops.png
:width: 100%
The Basic Block Vectorizer
==========================

View File

@ -21,7 +21,7 @@ Subsystem Documentation
HowToUseInstrMappings
SystemLibrary
SourceLevelDebugging
AutoVectorization
Vectorizers
WritingAnLLVMBackend
GarbageCollection
WritingAnLLVMPass
@ -63,7 +63,7 @@ Subsystem Documentation
This document describes the design and philosophy behind the LLVM
source-level debugger.
* :doc:`AutoVectorization`
* :doc:`Vectorizers`
This document describes the current status of vectorization in LLVM.