[PATCH] D36412: [docs] Remove mention of -fslp-vectorize-aggressive

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 10:00:40 PDT 2017


vsk created this revision.

I think it's time to remove mention of this flag, since it looks like it's been deprecated since cfe/r306786.


https://reviews.llvm.org/D36412

Files:
  docs/Vectorizers.rst


Index: docs/Vectorizers.rst
===================================================================
--- docs/Vectorizers.rst
+++ docs/Vectorizers.rst
@@ -428,12 +428,3 @@
 .. 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
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36412.110022.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/b900db85/attachment.bin>


More information about the llvm-commits mailing list