[OpenMP] Implement TR8 `present` motion modifier in runtime (2/2)
authorJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 28 Jul 2020 22:06:42 +0000 (18:06 -0400)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 28 Jul 2020 23:15:18 +0000 (19:15 -0400)
commit2cb926a447d22166dac0d6e6dceaf5b3616ef6a1
tree44bb9b32b9267390aad40b6bbaf7ecc8ea53906d
parent3c3faae497046be706df29e16c9fbccb7e1fce09
[OpenMP] Implement TR8 `present` motion modifier in runtime (2/2)

This patch implements OpenMP runtime support for the OpenMP TR8
`present` motion modifier for `omp target update` directives.  The
previous patch in this series implements Clang front end support.

Reviewed By: grokos

Differential Revision: https://reviews.llvm.org/D84712
openmp/libomptarget/src/omptarget.cpp
openmp/libomptarget/test/mapping/present/target_update.c [new file with mode: 0644]