From: Nadav Rotem Date: Wed, 26 Dec 2012 06:03:35 +0000 (+0000) Subject: Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f7769e3c2f11c4a2dcacae253ab8043b6c41a1b4;p=oota-llvm.git Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171094 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 61b72092414..0d5e349e60d 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -183,6 +183,18 @@ vectorization is profitable. A[i] += 4 * B[i]; } + +Vectorization of Special Idioms +------------------------------- + +The Loop Vectorizer can detect and vectorize + +.. code-block:: c++ + + for ( k=1 ; k