From 8adc44817485c3d8147055bf52bf9c26e12e8b4a Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 17 Oct 2012 18:30:09 +0000 Subject: [PATCH] Update the release notes about the new loop vectorizer. llvm-svn: 166113 --- docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 75a6fd1ca10..bc3ce643888 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -466,6 +466,10 @@ Release Notes.

In addition to many minor performance tweaks and bug fixes, this release includes a few major enhancements and additions to the optimizers:

+

Loop Vectorizer - We've added a basic loop vectorizer and we are now able + to vectorize small loops. In this release the loop vectorizer is only + available using the stand alone command line tools.

+