From 2f7ce4522d3d5a6cf484f7f4eb51d559aff37090 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Mon, 15 Apr 2013 05:56:55 +0000 Subject: 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 --- docs/Vectorizers.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Vectorizers.rst') diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 693a148fa5..1fb4b9ca23 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 -- cgit v1.2.3