forked from OSchip/llvm-project
docs: Remove reference to a deprecated flag
llvm-svn: 323254
This commit is contained in:
parent
59f16991b0
commit
a9ae2fe782
|
@ -428,12 +428,3 @@ through clang using the command line flag:
|
|||
.. 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue