@@ -638,7 +638,7 @@ createLoopOp(Fortran::lower::AbstractConverter &converter,
638
638
// end up having its own operation.
639
639
}
640
640
641
- // Prepare the operand segement size attribute and the operands value range.
641
+ // Prepare the operand segment size attribute and the operands value range.
642
642
llvm::SmallVector<mlir::Value> operands;
643
643
llvm::SmallVector<int32_t > operandSegments;
644
644
addOperand (operands, operandSegments, gangNum);
@@ -853,7 +853,7 @@ createComputeOp(Fortran::lower::AbstractConverter &converter,
853
853
}
854
854
}
855
855
856
- // Prepare the operand segement size attribute and the operands value range.
856
+ // Prepare the operand segment size attribute and the operands value range.
857
857
llvm::SmallVector<mlir::Value, 8 > operands;
858
858
llvm::SmallVector<int32_t , 8 > operandSegments;
859
859
addOperand (operands, operandSegments, async);
@@ -1200,7 +1200,7 @@ genACCExitDataOp(Fortran::lower::AbstractConverter &converter,
1200
1200
}
1201
1201
}
1202
1202
1203
- // Prepare the operand segement size attribute and the operands value range.
1203
+ // Prepare the operand segment size attribute and the operands value range.
1204
1204
llvm::SmallVector<mlir::Value, 14 > operands;
1205
1205
llvm::SmallVector<int32_t , 7 > operandSegments;
1206
1206
addOperand (operands, operandSegments, ifCond);
@@ -1255,7 +1255,7 @@ genACCInitShutdownOp(Fortran::lower::AbstractConverter &converter,
1255
1255
}
1256
1256
}
1257
1257
1258
- // Prepare the operand segement size attribute and the operands value range.
1258
+ // Prepare the operand segment size attribute and the operands value range.
1259
1259
llvm::SmallVector<mlir::Value, 6 > operands;
1260
1260
llvm::SmallVector<int32_t , 3 > operandSegments;
1261
1261
addOperands (operands, operandSegments, deviceTypeOperands);
@@ -1315,7 +1315,7 @@ genACCUpdateOp(Fortran::lower::AbstractConverter &converter,
1315
1315
}
1316
1316
}
1317
1317
1318
- // Prepare the operand segement size attribute and the operands value range.
1318
+ // Prepare the operand segment size attribute and the operands value range.
1319
1319
llvm::SmallVector<mlir::Value> operands;
1320
1320
llvm::SmallVector<int32_t > operandSegments;
1321
1321
addOperand (operands, operandSegments, ifCond);
@@ -1424,7 +1424,7 @@ static void genACC(Fortran::lower::AbstractConverter &converter,
1424
1424
}
1425
1425
}
1426
1426
1427
- // Prepare the operand segement size attribute and the operands value range.
1427
+ // Prepare the operand segment size attribute and the operands value range.
1428
1428
llvm::SmallVector<mlir::Value> operands;
1429
1429
llvm::SmallVector<int32_t > operandSegments;
1430
1430
addOperands (operands, operandSegments, waitOperands);
0 commit comments