This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Preserve user order for entry data operand on compute construct
ClosedPublic

Authored by clementval on May 9 2023, 11:30 AM.

Details

Summary

The order of operand in clauses that are decomposed was not
preserved. This patch change how operands are handled and preserve
the user ordering for the entry data operation on the acc.parallel
operation.

Diff Detail

Event Timeline

clementval created this revision.May 9 2023, 11:30 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 11:30 AM
clementval requested review of this revision.May 9 2023, 11:30 AM
vzakhari accepted this revision.May 9 2023, 9:48 PM

LGTM

This revision is now accepted and ready to land.May 9 2023, 9:48 PM