This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by clementval on May 8 2023, 4:34 PM.

Details

Summary

Since the new data operand operations have been added in D148389 and
adopted on acc.data in D149673, the old clause operands are no longer
needed.

The LegalizeDataOpForLLVMTranslation will become obsolete when all
operations will be cleaned. For the time being only the appropriate
part are being removed.

processOperands will also receive some updates once all the operands
will be coming from an acc data operand operation.

Diff Detail

Event Timeline

clementval created this revision.May 8 2023, 4:34 PM
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 8 2023, 4:34 PM
razvanlupusoru accepted this revision.May 9 2023, 9:53 AM
This revision is now accepted and ready to land.May 9 2023, 9:53 AM
This revision was landed with ongoing or failed builds.May 9 2023, 1:21 PM
This revision was automatically updated to reflect the committed changes.