[Mlir-commits] [flang] [mlir] [flang][openacc] support array section privatization in lowering (PR #175184)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 14 07:27:38 PST 2026
================
@@ -1,6 +1,12 @@
! Test lowering of firstprivate on derived type with pointer components.
! No deep copy must be done.
+! TODO: clarify the intended behavior of private with pointer components (deep
+! copy or not).
+! Until then, a TODO is emitted in lowering.
+
+! XFAIL: *
----------------
jeanPerier wrote:
That is better, done thanks.
https://github.com/llvm/llvm-project/pull/175184
More information about the Mlir-commits
mailing list