[Mlir-commits] [mlir] [openmp] [flang] [Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for target devices (PR #71766)
Slava Zakharin
llvmlistbot at llvm.org
Mon Nov 27 17:09:03 PST 2023
================
@@ -0,0 +1,133 @@
+#include "flang/Optimizer/CodeGen/CodeGen.h"
----------------
vzakhari wrote:
I would prefer not having this pass and instead represent the members mapping right from the lowering. Otherwise, we have different implied semantics for the operations of OpenMP dialect depending on the data type of the operand. We should be able to avoid this.
https://github.com/llvm/llvm-project/pull/71766
More information about the Mlir-commits
mailing list