This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Lower serial and serial loop construct
ClosedPublic

Authored by clementval on Apr 13 2023, 2:51 PM.

Details

Summary

Lower the parse tree to acc dialects operations. Make use
of the parallel construct lowering and make it suitable
for all compute constructs lowering.

Diff Detail

Event Timeline

clementval created this revision.Apr 13 2023, 2:51 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 13 2023, 2:51 PM
clementval requested review of this revision.Apr 13 2023, 2:51 PM
PeteSteinfeld accepted this revision.Apr 13 2023, 3:20 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 13 2023, 3:20 PM