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 6c5c5d6 commit 597464bCopy full SHA for 597464b
flang/lib/Lower/OpenMP/ClauseProcessor.cpp
@@ -1184,7 +1184,7 @@ bool ClauseProcessor::processLinear(mlir::omp::LinearClauseOps &result) const {
1184
typeAttrs.push_back(mlir::TypeAttr::get(ty));
1185
}
1186
result.linearVarTypes =
1187
- std::move(mlir::ArrayAttr::get(&converter.getMLIRContext(), typeAttrs));
+ mlir::ArrayAttr::get(&converter.getMLIRContext(), typeAttrs);
1188
if (objects.size()) {
1189
if (auto &mod =
1190
std::get<std::optional<omp::clause::Linear::StepComplexModifier>>(
0 commit comments