From a9ae2fe782c5d80d1c4f8443a13bf12b33add32f Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 23 Jan 2018 20:22:37 +0000 Subject: [PATCH] docs: Remove reference to a deprecated flag llvm-svn: 323254 --- llvm/docs/Vectorizers.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 92d6200e169f..42e8d02f337e 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 -