This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Lower simple acc routine directive
ClosedPublic

Authored by clementval on Aug 14 2023, 2:37 PM.

Details

Summary

This patch lower simple acc routine directive
with no clauses and no name inside function/subroutine.

Patch to handle name and clauses will follow up.
Patch to add attribute to the original routine will follow as well.

Diff Detail

Event Timeline

clementval created this revision.Aug 14 2023, 2:37 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 14 2023, 2:37 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 14 2023, 2:37 PM
clementval edited the summary of this revision. (Show Details)Aug 14 2023, 2:52 PM
This revision is now accepted and ready to land.Aug 15 2023, 7:21 AM
This revision was automatically updated to reflect the committed changes.
flang/lib/Lower/OpenACC.cpp