This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LangRef] Add top-level production to the MLIR grammar
ClosedPublic

Authored by bollu on Jan 19 2022, 6:04 AM.

Details

Summary

The LangRef currently lacks a top-level production, leaving the productions attribute-alias-def and type-alias-defunused. Clarify the situation by declaring what is to be parsed by an MLIR parser at the toplevel.

Diff Detail

Event Timeline

bollu created this revision.Jan 19 2022, 6:04 AM
bollu requested review of this revision.Jan 19 2022, 6:04 AM
mehdi_amini accepted this revision.Jan 20 2022, 11:00 PM
This revision is now accepted and ready to land.Jan 20 2022, 11:00 PM
This revision was automatically updated to reflect the committed changes.