This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use semantically readable functions for transform op effects
ClosedPublic

Authored by ftynse on Jul 8 2022, 4:52 AM.

Details

Summary

A recent commit introduced helper functions with semantically meaningful names
to populate the lists of memory effects in transform ops, use them whenever
possible.

Depends On D129287

Diff Detail

Event Timeline

ftynse created this revision.Jul 8 2022, 4:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2022, 4:52 AM
ftynse requested review of this revision.Jul 8 2022, 4:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2022, 4:52 AM
springerm accepted this revision.Jul 9 2022, 12:36 AM
This revision is now accepted and ready to land.Jul 9 2022, 12:36 AM