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

Akash Banerjee via flang-commits flang-commits at lists.llvm.org
Thu Aug 20 08:56:05 PDT 2026


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

I agree the `c_ptr` overhead question may be worth revisiting separately, but this keeps the status quo for this PR.

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


More information about the flang-commits mailing list