This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Implement TR8 `present` motion modifier in runtime (2/2)
ClosedPublic

Authored by jdenny on Jul 27 2020, 4:10 PM.

Details

Summary

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.

Diff Detail

Event Timeline

jdenny created this revision.Jul 27 2020, 4:10 PM
grokos added a comment.EditedJul 27 2020, 6:27 PM

(Earlier I posted here an answer for another patch). Looks good, obviously it must be committed after the clang patch.

grokos accepted this revision.Jul 27 2020, 6:29 PM
This revision is now accepted and ready to land.Jul 27 2020, 6:29 PM
This revision was landed with ongoing or failed builds.Jul 28 2020, 4:16 PM
This revision was automatically updated to reflect the committed changes.