From: Nadav Rotem Date: Mon, 15 Apr 2013 05:56:55 +0000 (+0000) Subject: Document our desire to enable the loop vectorizer on -Os in future releases. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f7ce4522d3d5a6cf484f7f4eb51d559aff37090;p=oota-llvm.git Document our desire to enable the loop vectorizer on -Os in future releases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179511 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 693a148fa54..1fb4b9ca232 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -22,6 +22,7 @@ Usage ----- LLVM's Loop Vectorizer is now enabled by default for -O3. +We plan to enable parts of the Loop Vectorizer on -O2 and -Os in future releases. The vectorizer can be disabled using the command line: .. code-block:: console