[flang-commits] [flang] [flang][OpenMP] Move `createMapInfoOp` to `OpenMP-utils.h` (PR #154483)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Wed Aug 20 04:00:06 PDT 2025


================
@@ -72,6 +73,14 @@ struct EntryBlockArgs {
 /// \param [in]  region - Empty region in which to create the entry block.
 mlir::Block *genEntryBlock(
     mlir::OpBuilder &builder, const EntryBlockArgs &args, mlir::Region &region);
+
+mlir::omp::MapInfoOp createMapInfoOp(mlir::OpBuilder &builder,
----------------
Meinersbur wrote:

Consider adding some `///` documentation

https://github.com/llvm/llvm-project/pull/154483


More information about the flang-commits mailing list