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 8ac248a commit fbba1f3Copy full SHA for fbba1f3
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -1840,7 +1840,7 @@ void TaskContextStructManager::createGEPsToPrivateVars() {
1840
return;
1841
}
1842
1843
- // Create GEPs for each struct member and initialize llvmPrivateVars to point
+ // Create GEPs for each struct member
1844
llvmPrivateVars.clear();
1845
llvmPrivateVars.reserve(privateVarTypes.size());
1846
llvm::Value *zero = builder.getInt32(0);
0 commit comments