This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Use new private representation in acc.parallel
ClosedPublic

Authored by clementval on May 19 2023, 8:38 AM.

Details

Summary

Update acc.parallel private operands list to use the new design
introduced in D150622.

Test in flang/test/Lower/OpenACC/acc-parallel.f90 and
flang/test/Lower/OpenACC/acc-parallel-loop.f90 are temporarly
disabled and will be enabled with updated lowering in the follow-up
patch.

Diff Detail

Event Timeline

clementval created this revision.May 19 2023, 8:38 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 19 2023, 8:38 AM
clementval requested review of this revision.May 19 2023, 8:38 AM
razvanlupusoru accepted this revision.May 19 2023, 4:07 PM

Thank you! I enjoy seeing the privatization recipe - it makes it clearer how it is intended to be materialized.

This revision is now accepted and ready to land.May 19 2023, 4:07 PM