[flang-commits] [flang] [flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$omp target update` (PR #75345)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Mon Dec 18 21:04:33 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
----------------
ergawy wrote:
Added a combined test instead of one test per clause like I did for HLFIR since this is already covered in `Lower/OpenMP/target.f90`. Let me know if you prefer separate tests per clause here as well.
https://github.com/llvm/llvm-project/pull/75345
More information about the flang-commits
mailing list