This is an archive of the discontinued LLVM Phabricator instance.

[mlir][ods] Allow custom directives to anchor optional groups in op assembly formats
ClosedPublic

Authored by Mogball on Aug 30 2023, 5:07 PM.

Details

Summary

custom directives were allowed to anchor optional groups in attribute
and type assembly formats already, but the feature was never extended to
operation assembly formats. This patch adds the feature to op assembly
formats too.

Diff Detail

Event Timeline

Mogball created this revision.Aug 30 2023, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2023, 5:07 PM
Mogball requested review of this revision.Aug 30 2023, 5:07 PM
rriddle accepted this revision.Aug 30 2023, 5:14 PM
This revision is now accepted and ready to land.Aug 30 2023, 5:14 PM
This revision was landed with ongoing or failed builds.Aug 30 2023, 8:21 PM
This revision was automatically updated to reflect the committed changes.