[all-commits] [llvm/llvm-project] 357f2d: [mlir][LangRef] Add top-level production to the ML...
Siddharth via All-commits
all-commits at lists.llvm.org
Fri Jan 21 03:40:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 357f2d9ccf204981fd90481ba5ebb942ea46d7f9
https://github.com/llvm/llvm-project/commit/357f2d9ccf204981fd90481ba5ebb942ea46d7f9
Author: Siddharth Bhat <siddu.druid at gmail.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M mlir/docs/LangRef.md
Log Message:
-----------
[mlir][LangRef] Add top-level production to the MLIR grammar
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.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D117668
More information about the All-commits
mailing list