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 77d27b4 commit 7bcd538Copy full SHA for 7bcd538
flang/lib/Lower/OpenMP.cpp
@@ -1745,7 +1745,7 @@ static mlir::omp::MapInfoOp processDescriptorTypeMappings(
1745
Fortran::lower::StatementContext &stmtCtx,
1746
Fortran::lower::AbstractConverter &converter, mlir::Location loc,
1747
mlir::Value descriptorAddr, mlir::Value descDataBaseAddr,
1748
- mlir::SmallVector<mlir::Value> &bounds, std::string asFortran,
+ mlir::ValueRange bounds, std::string asFortran,
1749
llvm::omp::OpenMPOffloadMappingFlags mapCaptureType) {
1750
llvm::SmallVector<mlir::Value> descriptorBaseAddrMembers;
1751
fir::FirOpBuilder &firOpBuilder = converter.getFirOpBuilder();
0 commit comments