This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] add entry block to MLIR grammar.
ClosedPublic

Authored by bollu on Feb 16 2022, 8:08 AM.

Details

Summary

The MLIR parser allows regions to have an unnamed entry block.
Make this explicit in the language grammar.

Diff Detail

Event Timeline

bollu created this revision.Feb 16 2022, 8:08 AM
bollu requested review of this revision.Feb 16 2022, 8:08 AM
mehdi_amini accepted this revision.Feb 16 2022, 12:09 PM
This revision is now accepted and ready to land.Feb 16 2022, 12:09 PM
This revision was automatically updated to reflect the committed changes.