This is an archive of the discontinued LLVM Phabricator instance.

Fix MLIR bytecode loading of resources
ClosedPublic

Authored by mehdi_amini on May 24 2023, 10:17 PM.

Details

Summary

The bytecode reader didn't handle properly the case where resource names
conflicted and were renamed, leading to orphan handles in the IR as well
as overwriting the exiting resources.

Diff Detail

Event Timeline

mehdi_amini created this revision.May 24 2023, 10:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 10:17 PM
mehdi_amini requested review of this revision.May 24 2023, 10:17 PM
rriddle accepted this revision.May 25 2023, 12:04 AM
This revision is now accepted and ready to land.May 25 2023, 12:04 AM
This revision was landed with ongoing or failed builds.May 25 2023, 12:28 AM
This revision was automatically updated to reflect the committed changes.