This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Use callback builder again
ClosedPublic

Authored by frgossen on Jul 16 2020, 2:14 AM.

Details

Summary

The issue that callback builders caused during rollback of conversion patterns
has been resolved. We can use them again.
See https://bugs.llvm.org/show_bug.cgi?id=46731

Diff Detail

Event Timeline

frgossen created this revision.Jul 16 2020, 2:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2020, 2:14 AM
herhut accepted this revision.Jul 16 2020, 2:57 AM

Thanks!

This revision is now accepted and ready to land.Jul 16 2020, 2:57 AM
This revision was automatically updated to reflect the committed changes.