summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-04-15 22:11:07 +0000
committerNadav Rotem <nrotem@apple.com>2013-04-15 22:11:07 +0000
commitc875cc1273f75cd1eb1b7db0c18836840095fcfc (patch)
tree62cc032a6dfa362f51a2b18ad002b53ffb219f76 /llvm/docs
parent2ee204d91d2bd66b2c3f74b7eb78e6b98705ca12 (diff)
downloadbcm5719-llvm-c875cc1273f75cd1eb1b7db0c18836840095fcfc.tar.gz
bcm5719-llvm-c875cc1273f75cd1eb1b7db0c18836840095fcfc.zip
Fix the internal link.
llvm-svn: 179565
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Vectorizers.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst
index 1fb4b9ca232..d5c286abd92 100644
--- a/llvm/docs/Vectorizers.rst
+++ b/llvm/docs/Vectorizers.rst
@@ -5,9 +5,9 @@ Auto-Vectorization in LLVM
.. contents::
:local:
-LLVM has two vectorizers: The :ref:`Loop Vectorizer <loop-vectorizer>`,
-which operates on Loops, and the :ref:`Basic Block Vectorizer
-<bb-vectorizer>`, which optimizes straight-line code. These vectorizers
+LLVM has two kind vectorizers: The :ref:`Loop Vectorizer <loop-vectorizer>`,
+which operates on Loops, and the :ref:`SLP Vectorizer
+<slp-vectorizer>`, which optimizes straight-line code. These vectorizers
focus on different optimization opportunities and use different techniques.
The BB vectorizer merges multiple scalars that are found in the code into
vectors while the Loop Vectorizer widens instructions in the original loop
OpenPOWER on IntegriCloud