This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use PatternRewriter infrastructure for shape.assuming bufferization
ClosedPublic

Authored by tpopp on Oct 9 2020, 5:36 AM.

Details

Summary

Without this, legalization might not recursively handle child ops properly.
Additionally, this is required for pattern rewriting to properly rollback conversions.

Diff Detail

Event Timeline

tpopp created this revision.Oct 9 2020, 5:36 AM
Herald added a project: Restricted Project. · View Herald Transcript
tpopp requested review of this revision.Oct 9 2020, 5:36 AM
herhut accepted this revision.Oct 9 2020, 5:39 AM

Thanks for fixing this!

This revision is now accepted and ready to land.Oct 9 2020, 5:39 AM