This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Update loop construct lowering
ClosedPublic

Authored by clementval on Sep 24 2020, 11:56 AM.

Details

Summary

Update the loop construct lowering to support multiple occurences of the same clauses
such as private. Add some utility functions used by other constructs.

Upstreaming part of https://github.com/flang-compiler/f18-llvm-project/pull/438/

Diff Detail

Event Timeline

clementval created this revision.Sep 24 2020, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2020, 11:56 AM
clementval requested review of this revision.Sep 24 2020, 11:56 AM
clementval edited the summary of this revision. (Show Details)Sep 24 2020, 11:59 AM
clementval added a project: Restricted Project.
DavidTruby resigned from this revision.Sep 30 2020, 5:34 AM
schweitz accepted this revision.Oct 1 2020, 2:02 PM
This revision is now accepted and ready to land.Oct 1 2020, 2:02 PM
This revision was automatically updated to reflect the committed changes.