This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Remove detach and delete operands from acc.data
ClosedPublic

Authored by clementval on Sep 25 2020, 11:43 AM.

Details

Summary

This patch remove the detach and delete operands. Those operands represent the detach
and delete clauses that will appear in another operation acc.exit_data

Diff Detail

Event Timeline

clementval created this revision.Sep 25 2020, 11:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2020, 11:43 AM
clementval requested review of this revision.Sep 25 2020, 11:43 AM

LGTM. These removed clauses are not part of the exit construct in the standard but are part of exit_data.

This revision is now accepted and ready to land.Sep 26 2020, 1:03 PM
This revision was landed with ongoing or failed builds.Sep 27 2020, 5:28 PM
This revision was automatically updated to reflect the committed changes.