[llvm-commits] [llvm] r171098 - /llvm/trunk/docs/Vectorizers.rst
Nadav Rotem
nrotem at apple.com
Tue Dec 25 22:16:03 PST 2012
Author: nadav
Date: Wed Dec 26 00:16:03 2012
New Revision: 171098
URL: http://llvm.org/viewvc/llvm-project?rev=171098&view=rev
Log:
revert an accidental commit.
Modified:
llvm/trunk/docs/Vectorizers.rst
Modified: llvm/trunk/docs/Vectorizers.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Vectorizers.rst?rev=171098&r1=171097&r2=171098&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Wed Dec 26 00:16:03 2012
@@ -183,18 +183,6 @@
A[i] += 4 * B[i];
}
-
-Vectorization of Special Idioms
--------------------------------
-
-The Loop Vectorizer can detect and vectorize
-
-.. code-block:: c++
-
- for ( k=1 ; k<n ; k++ ) {
- x[k] = x[k-1] + y[k];
- }
-
Vectorization of function calls
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-commits
mailing list