[llvm-commits] [llvm] r166113 - /llvm/trunk/docs/ReleaseNotes.html

Hal Finkel hfinkel at anl.gov
Wed Oct 17 11:53:48 PDT 2012



----- Original Message -----
> Author: nadav
> Date: Wed Oct 17 13:30:09 2012
> New Revision: 166113
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=166113&view=rev
> Log:
> Update the release notes about the new loop vectorizer.
> 
> Modified:
> llvm/trunk/docs/ReleaseNotes.html
> 
> Modified: llvm/trunk/docs/ReleaseNotes.html
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=166113&r1=166112&r2=166113&view=diff
> ==============================================================================
> --- llvm/trunk/docs/ReleaseNotes.html (original)
> +++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 17 13:30:09 2012
> @@ -466,6 +466,10 @@
> <p>In addition to many minor performance tweaks and bug fixes, this
> release
> includes a few major enhancements and additions to the optimizers:</p>
> 
> +<p> 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. </p>

What do you mean by 'command-line tools'? You can pass -mllvm -vectorize to clang.

 -Hal

> +
> <ul>
> <li>...</li>
> </ul>
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory



More information about the llvm-commits mailing list