This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by clementval on May 9 2023, 10:00 AM.

Details

Summary

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

Diff Detail

Event Timeline

clementval created this revision.May 9 2023, 10:00 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
clementval requested review of this revision.May 9 2023, 10:00 AM
razvanlupusoru accepted this revision.May 9 2023, 10:19 AM

Thank you for this cleanup!

This revision is now accepted and ready to land.May 9 2023, 10:19 AM

Wrong update

clementval updated this revision to Diff 520829.May 9 2023, 2:54 PM

clang-format

This revision was landed with ongoing or failed builds.May 9 2023, 2:57 PM
This revision was automatically updated to reflect the committed changes.
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp