We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a07e39 commit 2e84b67Copy full SHA for 2e84b67
polly/lib/CodeGen/IRBuilder.cpp
@@ -166,7 +166,7 @@ void ScopAnnotator::annotateLoopLatch(
166
if (IsParallel)
167
addParallelMetadata(Ctx, &Args, ParallelLoops);
168
if (EnableVectorizeMetadata.has_value())
169
- this->addVectorizeMetadata(Ctx, &Args, *EnableVectorizeMetadata);
+ addVectorizeMetadata(Ctx, &Args, *EnableVectorizeMetadata);
170
171
// No metadata to annotate.
172
if (!MData && Args.size() <= 1)
0 commit comments