This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Transform] Fix dropReverseMapping early exit condition
ClosedPublic

Authored by nicolasvasilache on Oct 13 2022, 8:14 AM.

Details

Summary

Previously, the erasure would not trigger and result in surprising behavior.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 8:14 AM
nicolasvasilache requested review of this revision.Oct 13 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 8:14 AM
ftynse accepted this revision.Oct 13 2022, 8:22 AM
ftynse added inline comments.
mlir/test/Dialect/Transform/test-interpreter.mlir
906

Took me some time to realize "nested under" means "handles to payload operations whose ancestor is pointed to by the given handle", but I can't find a good and short name.

This revision is now accepted and ready to land.Oct 13 2022, 8:22 AM
This revision was landed with ongoing or failed builds.Oct 13 2022, 8:30 AM
This revision was automatically updated to reflect the committed changes.