Skip to content

Commit

Permalink
Fix the internal link.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179565 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nadavrot committed Apr 15, 2013
1 parent 74cd12b commit 96e0b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Vectorizers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96e0b96

Please sign in to comment.