[flang-commits] [flang] [Flang][OpenMP] Stop emitting implicit mappers for allocatable derived types (and arrays of them) unconditionally (PR #216184)

Sairudra More via flang-commits flang-commits at lists.llvm.org
Wed Aug 19 03:16:00 PDT 2026


================
@@ -1207,7 +1207,6 @@ resolveMapperId(Fortran::lower::AbstractConverter &converter,
           (mapTypeBits & mlir::omp::ClauseMapFlags::implicit) ==
           mlir::omp::ClauseMapFlags::implicit;
       bool needsDefaultMapper =
-          isAllocOrPointer ||
----------------
Saieiei wrote:

yeah, your right. This is outside the scope of this PR.

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


More information about the flang-commits mailing list