This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support for dump OpenMP/OpenACC declarative directives PFT in module
ClosedPublic

Authored by peixin on Feb 24 2022, 12:25 AM.

Details

Summary

OpenMP/OpenACC declarative directives can also be used in module unit.
Add support for dump them in module.

Diff Detail

Event Timeline

peixin created this revision.Feb 24 2022, 12:25 AM
peixin requested review of this revision.Feb 24 2022, 12:25 AM
Herald added a project: Restricted Project. · View Herald Transcript

LGTM. Please wait for @jeanPerier, @schweitz or @vdonaldson to approve.

This revision is now accepted and ready to land.Feb 26 2022, 1:11 AM

LGTM. Please wait for @jeanPerier, @schweitz or @vdonaldson to approve.

OK. Thanks.

Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 5:04 PM
vdonaldson accepted this revision.Mar 10 2022, 5:18 PM

Looks ok to me.

peixin updated this revision to Diff 414533.Mar 10 2022, 5:24 PM

Rebase to run CI in case there is some conflict with upstream work.