[flang-commits] [flang] [flang][OpenMP] Don't emit implicit default mapper for flat allocatable derived types (PR #209645)
via flang-commits
flang-commits at lists.llvm.org
Tue Jul 14 18:51:55 PDT 2026
================
@@ -1,6 +1,12 @@
!RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=52 -mmlir --enable-delayed-privatization-staging=false %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-NO-FPRIV
!RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=52 -mmlir --enable-delayed-privatization-staging=true %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-FPRIV
+! The derived types here are flat (no allocatable/pointer/nested-record members), so
----------------
agozillon wrote:
Nit: It's not particularly common to add comments to lit-tests, unless absolutely necessary from my understanding, but if you think it is then that's perfectly fine, but please do the same as suggested for the comment in the previous case and condense it a bit to perhaps just lines 4 and 5.
https://github.com/llvm/llvm-project/pull/209645
More information about the flang-commits
mailing list