This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] fix handle invalidation check for reentrant regions
ClosedPublic

Authored by ftynse on Jun 22 2023, 6:28 AM.

Details

Summary

When exiting the scope of a region attached to a transform op, clean up
the handle invalidation checks assocaited with handles defined in this
region. Otherwise, these checks may trigger on the next entry to the
region while there is no incorrect usage.

Diff Detail

Event Timeline

ftynse created this revision.Jun 22 2023, 6:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 6:28 AM
ftynse requested review of this revision.Jun 22 2023, 6:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 6:28 AM
springerm accepted this revision.Jun 23 2023, 1:12 AM
This revision is now accepted and ready to land.Jun 23 2023, 1:12 AM