================ @@ -203,10 +201,11 @@ bool ClauseProcessor::processMotionClauses(lower::StatementContext &stmtCtx, for (const omp::Object &object : objects) { llvm::SmallVector<mlir::Value> bounds; std::stringstream asFortran; + std::optional<omp::Object> parentObj; - lower::AddrAndBoundsInfo info = - lower::gatherDataOperandAddrAndBounds<mlir::omp::MapBoundsOp, - mlir::omp::MapBoundsType>( + Fortran::lower::AddrAndBoundsInfo info = ---------------- skatrak wrote:
Nit: You can remove the explicit `Fortran::` namespace from here. https://github.com/llvm/llvm-project/pull/96266 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits