[flang-commits] [flang] [flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$omp target update` (PR #75345)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Mon Dec 18 08:13:08 PST 2023
================
@@ -134,6 +134,94 @@ subroutine omp_target_exit_device
!$omp target exit data map(from: a) device(d)
end subroutine omp_target_exit_device
+!===============================================================================
+! Target_Update `to` clause
----------------
TIFitis wrote:
Add tests to `flang/test/Lower/OpenMP/FIR/target.f90` as well.
https://github.com/llvm/llvm-project/pull/75345
More information about the flang-commits
mailing list