This is an archive of the discontinued LLVM Phabricator instance.

[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
AttrTypeReader, and removes some duplication between the attribute/type
code paths.

Diff Detail

Event Timeline

rriddle created this revision.Aug 23 2022, 1:34 PM
rriddle requested review of this revision.Aug 23 2022, 1:34 PM
mehdi_amini accepted this revision.Aug 23 2022, 2:00 PM
This revision is now accepted and ready to land.Aug 23 2022, 2:00 PM
rriddle updated this revision to Diff 455010.Aug 23 2022, 4:30 PM
rriddle edited the summary of this revision. (Show Details)
This revision was landed with ongoing or failed builds.Aug 23 2022, 4:56 PM
This revision was automatically updated to reflect the committed changes.