[all-commits] [llvm/llvm-project] 24a37a: [MLIR] add entry block to MLIR grammar.
Siddharth via All-commits
all-commits at lists.llvm.org
Thu Feb 17 02:11:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24a37a396a9bd6b73b05b4eafce8b87e7a748cf9
https://github.com/llvm/llvm-project/commit/24a37a396a9bd6b73b05b4eafce8b87e7a748cf9
Author: Siddharth Bhat <siddu.druid at gmail.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M mlir/docs/LangRef.md
Log Message:
-----------
[MLIR] add entry block to MLIR grammar.
The MLIR parser allows regions to have an unnamed entry block.
Make this explicit in the language grammar.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D119950
More information about the All-commits
mailing list