[all-commits] [llvm/llvm-project] c8e047: Enable useDefault{Type/Attribute}PrinterParser by ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jan 17 22:38:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8e047f5e14c05cace5a8926c0f07b6281d6359f
https://github.com/llvm/llvm-project/commit/c8e047f5e14c05cace5a8926c0f07b6281d6359f
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M mlir/include/mlir/IR/BuiltinDialect.td
M mlir/include/mlir/IR/OpBase.td
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Dialect/PDL/IR/PDLTypes.cpp
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/lib/Dialect/Test/TestDialect.td
M mlir/test/mlir-tblgen/attr-or-type-format.td
M mlir/test/mlir-tblgen/typedefs.td
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
M mlir/tools/mlir-tblgen/DialectGen.cpp
Log Message:
-----------
Enable useDefault{Type/Attribute}PrinterParser by default in ODS Dialect definition
The majority of dialects reimplement the same boilerplate over and over,
switching the default makes it for better discoverability and make it simpler
to implement new dialects.
Differential Revision: https://reviews.llvm.org/D117524
More information about the All-commits
mailing list