This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc][NFC] Rename ReductionOp to ReductionOperator
ClosedPublic

Authored by clementval on May 16 2023, 12:59 PM.

Details

Summary

As we are moving on with new design for the private clause representation,
the reduction clause will aslo get remodeled. In order to new clash with
a new dedicated reduction operation, this patch rename the current
ReductionOp to ReductionOperator. It might just become obsolete once the new
design is in place.

Diff Detail

Event Timeline

clementval created this revision.May 16 2023, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 12:59 PM
clementval requested review of this revision.May 16 2023, 12:59 PM
razvanlupusoru accepted this revision.May 16 2023, 2:54 PM

Agreed - thank you for making this change.

This revision is now accepted and ready to land.May 16 2023, 2:54 PM