[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
Wed Dec 20 02:53:29 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:

I don't mind having either separate or combined tests, but I'd prefer them to be consistent across both test files.

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


More information about the flang-commits mailing list