This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Cleanup acc.serial from old data clause operands
ClosedPublic

Authored by clementval on May 9 2023, 1:59 PM.

Details

Summary

Remove old clause operands from acc.serial operation since
the new dataOperands is now in place.
private and firstprivate will receive some redesign but are
not part of the new dataOperands.

Depends on D150207

Diff Detail

Event Timeline

clementval created this revision.May 9 2023, 1:59 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 1:59 PM
clementval requested review of this revision.May 9 2023, 1:59 PM
vzakhari accepted this revision.May 9 2023, 9:54 PM
This revision is now accepted and ready to land.May 9 2023, 9:54 PM