This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] NFC: Split serialization code among multiple files.
ClosedPublic

Authored by ergawy on Feb 2 2021, 12:27 AM.

Details

Summary

Following up on https://reviews.llvm.org/D94360, this patch splits the
serialization code into multiple source files to provide a better
structure and allow parallel compilation.

Diff Detail

Event Timeline

ergawy created this revision.Feb 2 2021, 12:27 AM
ergawy requested review of this revision.Feb 2 2021, 12:27 AM
antiagainst accepted this revision.Feb 5 2021, 2:59 PM

Awesome, thanks for taking care of this!

mlir/lib/Target/SPIRV/Serialization/Serializer.h
14

Please fix the header guard to match style before landing.

This revision is now accepted and ready to land.Feb 5 2021, 2:59 PM
This revision was landed with ongoing or failed builds.Feb 8 2021, 5:15 AM
This revision was automatically updated to reflect the committed changes.