This is an archive of the discontinued LLVM Phabricator instance.

[mlir] properly handle an edge case in transform.split_handles
ClosedPublic

Authored by ftynse on May 2 2023, 7:34 AM.

Details

Summary

The transform.split_handles transform op has an edge case that is
supposed to propagate empty handle state to all resulting handles
regardless of their number. Actually set empty payload for them instead
of leaving them unset.

Diff Detail

Event Timeline

ftynse created this revision.May 2 2023, 7:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2023, 7:34 AM
ftynse requested review of this revision.May 2 2023, 7:34 AM
springerm accepted this revision.May 5 2023, 4:41 AM
This revision is now accepted and ready to land.May 5 2023, 4:41 AM
This revision was landed with ongoing or failed builds.May 5 2023, 5:48 AM
This revision was automatically updated to reflect the committed changes.