The MLIR parser allows regions to have an unnamed entry block.
Make this explicit in the language grammar.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D119950
[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.
Diff Detail
Event TimelineHerald added subscribers: arjunp, sdasgup3, wenzhicui and 20 others. · View Herald TranscriptFeb 16 2022, 8:08 AM bollu added reviewers: mehdi_amini, rriddle, silvas, stephenneuendorffer, kiszk, ftynse.Feb 16 2022, 8:11 AM This revision is now accepted and ready to land.Feb 16 2022, 12:09 PM Closed by commit rG24a37a396a9b: [MLIR] add entry block to MLIR grammar. (authored by bollu, committed by Groverkss). · Explain WhyFeb 17 2022, 2:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409550 mlir/docs/LangRef.md
|