diff options
Diffstat (limited to 'llvm/docs/Vectorizers.rst')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 92d6200e169..42e8d02f337 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -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 - |