[all-commits] [llvm/llvm-project] e47805: [mlir] Add plus, star and optional less/greater pa...
Jean-Michel Gorius via All-commits
all-commits at lists.llvm.org
Thu Nov 12 04:29:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e47805c995525a13a0dc7b36d5e8a0f8816a62e8
https://github.com/llvm/llvm-project/commit/e47805c995525a13a0dc7b36d5e8a0f8816a62e8
Author: Jean-Michel Gorius <jean-michel.gorius at ens-rennes.fr>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M mlir/docs/OpDefinitions.md
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/Parser/Parser.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format-spec.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir] Add plus, star and optional less/greater parsing
The tokens are already handled by the lexer. This revision exposes them
through the parser interface.
This revision also adds missing functions for question mark parsing and
completes the list of valid punctuation tokens in the documentation.
Differential Revision: https://reviews.llvm.org/D90907
More information about the All-commits
mailing list