This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Lower host and device clauses to data operand ops
ClosedPublic

Authored by clementval on May 4 2023, 2:46 PM.

Details

Summary

Update OpenACC update construct lowering to create
the data operand operations for host and device clauses.

Depends on D149909

Diff Detail

Event Timeline

clementval created this revision.May 4 2023, 2:46 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 4 2023, 2:46 PM
clementval requested review of this revision.May 4 2023, 2:46 PM
This revision is now accepted and ready to land.May 5 2023, 5:41 AM
razvanlupusoru accepted this revision.May 5 2023, 7:38 AM
clementval updated this revision to Diff 519903.May 5 2023, 9:46 AM

Rebase after change in D149909