This moves some parsing functionality from BytecodeReader to
AttrTypeReader, and removes some duplication between the attribute/type
code paths.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132497
[mlir:Bytecode][NFC] Cleanup Attribute/Type reading ClosedPublic Authored by rriddle on Aug 23 2022, 1:34 PM.
Details Summary This moves some parsing functionality from BytecodeReader to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2022, 2:00 PM This revision was landed with ongoing or failed builds.Aug 23 2022, 4:56 PM Closed by commit rGb3449392f557: [mlir:Bytecode][NFC] Cleanup Attribute/Type reading (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455018 mlir/lib/Bytecode/Reader/BytecodeReader.cpp
|