[Openmp-commits] [openmp] [flang] [mlir] [Flang][OpenMP] Remove use of non reference values from MapInfoOp (PR #72444)

Akash Banerjee via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 16 04:43:50 PST 2023


TIFitis wrote:

> So if you need to pass the extents/lengths by reference, you will need to make temporary from the SSA values and map that instead.

Thanks for catching this, it slipped my mind. Non trivial values are now copied to a new temporary and then mapped and used inside the region.



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


More information about the Openmp-commits mailing list