This is an archive of the discontinued LLVM Phabricator instance.

[flang][OpenMP] Added support for lowering OpenMP taskwait construct
ClosedPublic

Authored by SouraVX on Jul 16 2020, 1:10 PM.

Details

Summary

This patch lower !OMP TASKWAIT construct from PFT to
OpenMPDialect operations.
Construct is lowered with conformance to OpenMP 4.5 spec.

Patch is carved out of following approved PR:
https://github.com/flang-compiler/f18-llvm-project/pull/280

Diff Detail

Event Timeline

SouraVX created this revision.Jul 16 2020, 1:10 PM

LGTM. Please wait for a day.

This revision is now accepted and ready to land.Jul 16 2020, 3:27 PM
clementval accepted this revision.Jul 17 2020, 5:37 AM
This revision was automatically updated to reflect the committed changes.