This is an archive of the discontinued LLVM Phabricator instance.

Fix MLIR bytecode reader for unregistered dialects
ClosedPublic

Authored by mehdi_amini on May 24 2023, 4:14 PM.

Details

Summary

At the moment we accept (in tests) unregistered dialects and in particular:

"new_processor_id_and_range"()

where there is no . separator. We probably will remove support for this
from the parser, but for now we're adding compatibility support in the
reader.

Diff Detail

Event Timeline

mehdi_amini created this revision.May 24 2023, 4:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 4:14 PM
mehdi_amini requested review of this revision.May 24 2023, 4:14 PM
rriddle accepted this revision.May 24 2023, 4:16 PM
This revision is now accepted and ready to land.May 24 2023, 4:16 PM
jpienaar accepted this revision.May 24 2023, 4:26 PM
This revision was automatically updated to reflect the committed changes.