[llvm-commits] [LLVMdev] [PATCH] BasicBlock Autovectorization Pass
Tobias Grosser
tobias at grosser.es
Mon Jan 30 05:05:22 PST 2012
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.
/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
More information about the llvm-commits
mailing list