[all-commits] [llvm/llvm-project] ac74c5: [mlir] Add `parseEllipsis`
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Sep 22 19:36:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac74c51c35a4ed6f50170c5fc4ec051780623829
https://github.com/llvm/llvm-project/commit/ac74c51c35a4ed6f50170c5fc4ec051780623829
Author: Jeff Niu <jeff at modular.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/AsmParser/AsmParserImpl.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
M mlir/tools/mlir-tblgen/FormatGen.cpp
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir] Add `parseEllipsis`
To `AsmParser` and also to the assembly format
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D134082
More information about the All-commits
mailing list