This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by clementval on May 8 2023, 11:42 AM.

Details

Summary

Since the new data operand operations have been added in D148389 and
adopted on acc.enter_data in D148721, 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, 11:42 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 8 2023, 11:42 AM
jeanPerier accepted this revision.May 9 2023, 2:52 AM

Looks good

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