[llvm] r323254 - docs: Remove reference to a deprecated flag

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 12:22:37 PST 2018


Author: vedantk
Date: Tue Jan 23 12:22:37 2018
New Revision: 323254

URL: http://llvm.org/viewvc/llvm-project?rev=323254&view=rev
Log:
docs: Remove reference to a deprecated flag

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=323254&r1=323253&r2=323254&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Tue Jan 23 12:22:37 2018
@@ -428,12 +428,3 @@ through clang using the command line fla
 .. code-block:: console
 
    $ clang -fno-slp-vectorize file.c
-
-LLVM has a second basic block vectorization phase
-which is more compile-time intensive (The BB vectorizer). This optimization
-can be enabled through clang using the command line flag:
-
-.. code-block:: console
-
-   $ clang -fslp-vectorize-aggressive file.c
-




More information about the llvm-commits mailing list