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 92703e2 commit 7a51d22Copy full SHA for 7a51d22
polly/lib/CodeGen/IRBuilder.cpp
@@ -129,8 +129,8 @@ void ScopAnnotator::popLoop(bool IsParallel) {
129
}
130
131
static void addVectorizeMetadata(LLVMContext &Ctx,
132
- SmallVector<Metadata *, 3> *Args,
133
- bool EnableLoopVectorizer) {
+ SmallVector<Metadata *, 3> *Args,
+ bool EnableLoopVectorizer) {
134
MDString *PropName = MDString::get(Ctx, "llvm.loop.vectorize.enable");
135
ConstantInt *Value =
136
ConstantInt::get(Type::getInt1Ty(Ctx), EnableLoopVectorizer);
0 commit comments