This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Enable types to us custom assembly formats involving optional attributes
ClosedPublic

Authored by laszlokindrat on Dec 19 2022, 10:36 AM.

Details

Summary

This patch adds a partial specialization of mlir::FieldParser that enables types to specify custom assembly formats that involve optional attributes.

Diff Detail

Event Timeline

laszlokindrat created this revision.Dec 19 2022, 10:36 AM
laszlokindrat requested review of this revision.Dec 19 2022, 10:36 AM
rriddle accepted this revision.Dec 19 2022, 10:41 AM

Nice!

This revision is now accepted and ready to land.Dec 19 2022, 10:41 AM