[llvm-commits] [llvm] r149468 - in /llvm/trunk: docs/ include/llvm-c/ include/llvm-c/Transforms/ include/llvm/ include/llvm/Transforms/ include/llvm/Transforms/IPO/ lib/Transforms/ lib/Transforms/IPO/ lib/Transforms/Vectorize/ test/Transforms/BBVectorize/ tools/bugpoint/ tools/llvm-ld/ tools/lto/ tools/opt/

Tobias Grosser tobias at grosser.es
Wed Feb 1 00:00:51 PST 2012


On 02/01/2012 04:51 AM, Hal Finkel wrote:
> Author: hfinkel
> Date: Tue Jan 31 21:51:43 2012
> New Revision: 149468
>
> URL: http://llvm.org/viewvc/llvm-project?rev=149468&view=rev
> Log:
> Add a basic-block autovectorization pass.
>
> This is the initial checkin of the basic-block autovectorization pass along with some supporting vectorization infrastructure.
> Special thanks to everyone who helped review this code over the last several months (especially Tobias Grosser).

Hey Hal,

thanks for working on this and for committing it into svn. This is a 
great start and it is good to have it finally in svn. This will make 
further improvements a lot easier to track.

I would like to encourage people to spend some time to give further 
post-commit reviews. Even though this patch is a very solid start, 
additional review will definitely be beneficial. Thank you Nick for 
going ahead here.

Cheers
Tobi



More information about the llvm-commits mailing list