[all-commits] [llvm/llvm-project] 7f2d9c: [mlir][ods] Support default-valued attributes in o...
rk via All-commits
all-commits at lists.llvm.org
Sun Oct 16 15:01:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f2d9c21b49c8515769fba113631df0f492d6279
https://github.com/llvm/llvm-project/commit/7f2d9c21b49c8515769fba113631df0f492d6279
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-10-16 (Sun, 16 Oct 2022)
Changed paths:
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format-invalid.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/test/mlir-tblgen/op-format.td
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][ods] Support default-valued attributes in optional groups
Add support for default-valued attributes as optional-group anchors. The
attribute is considered present if it holds a non-default value.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D134993
More information about the All-commits
mailing list