This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Improve transform.get_closest_isolated_parent
ClosedPublic

Authored by springerm on Jun 29 2023, 5:29 AM.

Details

Summary
  • Rename op to transform.get_parent_op
  • Match parents by "is isolated from above" and/or op name, or just the direct parent.
  • Deduplication of result payload ops is optional.

Diff Detail

Event Timeline

springerm created this revision.Jun 29 2023, 5:29 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jun 29 2023, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 5:30 AM
nicolasvasilache accepted this revision.Jul 4 2023, 4:37 AM
This revision is now accepted and ready to land.Jul 4 2023, 4:37 AM