[Openmp-commits] [flang] [openmp] [mlir] [Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for target devices (PR #71766)
via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 22 11:24:42 PST 2024
agozillon wrote:
The most recent commit does the following:
- Added missing headers
- Modified pass to work on FuncOps
- Extended OMPDescriptorMapInfoGen pass test to cover more of the passes behavior
- Removed some usage of the Mutable interface inside of the pass to minimize it's usage to just the MapOwningOpInterface, as this simplifies the pass quite a bit and should reduce the require maintenance quite a bit.
I also rebased to check everything runs as it should still, apologies to the reviewers.
https://github.com/llvm/llvm-project/pull/71766
More information about the Openmp-commits
mailing list