This is an archive of the discontinued LLVM Phabricator instance.

[mlir] relax value handle updates when operation is replaced
ClosedPublic

Authored by ftynse on Mar 3 2023, 9:30 AM.

Details

Summary

The initial implementaiton of value handle update when the payload
operation defining the values associated with value handles was being
replaced required the replacement operation to have the same number of
results. This is not strictly necessary. The replacement operation may
have more results, or less results provided that there are no handles to
the results that have no equivalent in the replacement op.

Diff Detail

Event Timeline

ftynse created this revision.Mar 3 2023, 9:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 9:30 AM
ftynse requested review of this revision.Mar 3 2023, 9:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 9:30 AM
springerm accepted this revision.Mar 14 2023, 1:32 AM
This revision is now accepted and ready to land.Mar 14 2023, 1:32 AM