[Mlir-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Fix Fortran automap handling (PR #162501)
Akash Banerjee
llvmlistbot at llvm.org
Thu Jun 18 07:48:07 PDT 2026
================
@@ -932,6 +932,34 @@ class MapInfoFinalizationPass
return false;
}
+ static bool isAttachMap(mlir::omp::MapInfoOp op) {
+ return (op.getMapType() & mlir::omp::ClauseMapFlags::attach) ==
----------------
TIFitis wrote:
Done.
https://github.com/llvm/llvm-project/pull/162501
More information about the Mlir-commits
mailing list