This is an archive of the discontinued LLVM Phabricator instance.

Fix MLIR bytecode reading of i0 IntegerAttr
ClosedPublic

Authored by mehdi_amini on May 24 2023, 1:32 PM.

Details

Summary

The move of the bytecode serialization to be tablegen driven in
https://reviews.llvm.org/D144820 added a new condition in the reading
path that forbid 0-sized integer, even though we still produce them.

Fix #62920

Diff Detail

Event Timeline

mehdi_amini created this revision.May 24 2023, 1:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 1:32 PM
mehdi_amini requested review of this revision.May 24 2023, 1:32 PM
rriddle accepted this revision.May 24 2023, 1:33 PM
This revision is now accepted and ready to land.May 24 2023, 1:33 PM
Mogball accepted this revision.May 24 2023, 1:36 PM
This revision was landed with ongoing or failed builds.May 24 2023, 1:46 PM
This revision was automatically updated to reflect the committed changes.