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
Differential D151372
Fix MLIR bytecode reading of i0 IntegerAttr mehdi_amini on May 24 2023, 1:32 PM. Authored by
Details The move of the bytecode serialization to be tablegen driven in Fix #62920
Diff Detail
|