This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by SouraVX on Jul 22 2020, 11:14 AM.

Details

Summary

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

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

Diff Detail

Event Timeline

SouraVX created this revision.Jul 22 2020, 11:14 AM
This revision is now accepted and ready to land.Jul 22 2020, 11:21 AM
This revision was automatically updated to reflect the committed changes.