[llvm-commits] [LLVMdev] [PATCH] BasicBlock Autovectorization Pass

Hal Finkel hfinkel at anl.gov
Mon Jan 30 05:29:23 PST 2012


On Mon, 2012-01-30 at 14:05 +0100, Tobias Grosser wrote:
> On 01/28/2012 04:20 PM, Hal Finkel wrote:
> > On Wed, 2012-01-25 at 11:12 +0100, Tobias Grosser wrote:
> >> On 01/24/2012 10:01 PM, Hal Finkel wrote:
> > Good, I prefer it this way (updated patch attached). I'll commit this
> > today or tomorrow. Has anyone checked the CMake build with this patch
> > recently?
> 
> I also got some new warnings, when compiling with a very new clang.

Will fix. Thanks!

 -Hal

> 
> /home/grosser/Projekte/polly/git/lib/Transforms/Vectorize/BBVectorize.cpp:1552:31: 
> warning: unused variable 'E'
>        [-Wunused-variable]
>      for (BasicBlock::iterator E = BB.end();
>                                ^
> /home/grosser/Projekte/polly/git/lib/Transforms/Vectorize/BBVectorize.cpp:1575:31: 
> warning: unused variable 'E'
>        [-Wunused-variable]
>      for (BasicBlock::iterator E = BB.end();
> 
> Cheers
> 
> Tobi

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




More information about the llvm-commits mailing list