Fix the internal link.
authorNadav Rotem <nrotem@apple.com>
Mon, 15 Apr 2013 22:11:07 +0000 (22:11 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 15 Apr 2013 22:11:07 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179565 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Vectorizers.rst

index 1fb4b9ca2327b41333f851316513c95d9343a4dd..d5c286abd928f1a743730391afc027c2989938e5 100644 (file)
@@ -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