We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a87103 commit 8d27c2cCopy full SHA for 8d27c2c
clang/lib/CodeGen/CGLoopInfo.cpp
@@ -628,7 +628,9 @@ MDNode *LoopInfo::createMetadata(
628
Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.intel.pipelining.enable"),
629
ConstantAsMetadata::get(
630
ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))};
631
+ LoopProperties.push_back(MDNode::get(Ctx, Vals));
632
}
633
+
634
// Setting clang::code_align attribute.
635
if (Attrs.CodeAlign > 0) {
636
Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.align"),
0 commit comments