diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-20 22:24:37 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-20 22:24:37 +0000 |
commit | fd706f7da9e6290a23e2935e36d81040cc0b957d (patch) | |
tree | 971da759984db8c8a314742382a114ad64b30119 | |
parent | 48fef599a428eefbd99a9669575bba1a07f0c614 (diff) | |
download | bcm5719-llvm-fd706f7da9e6290a23e2935e36d81040cc0b957d.tar.gz bcm5719-llvm-fd706f7da9e6290a23e2935e36d81040cc0b957d.zip |
docs: bring back link for reddit.
llvm-svn: 170776
-rw-r--r-- | llvm/docs/Vectorizers.rst (renamed from llvm/docs/AutoVectorization.rst) | 1 | ||||
-rw-r--r-- | llvm/docs/subsystems.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/AutoVectorization.rst b/llvm/docs/Vectorizers.rst index 4a85a7ee6db..fc1f212ca9e 100644 --- a/llvm/docs/AutoVectorization.rst +++ b/llvm/docs/Vectorizers.rst @@ -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 ========================== diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index 03861b4978f..26d97ec723f 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/docs/subsystems.rst @@ -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. |