[all-commits] [llvm/llvm-project] d8399d: [mlir] Add predicates to tablegen-defined properti...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Wed Dec 18 14:14:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8399d5dd6a5a7025621eddd97fc0fa1f494bad8
https://github.com/llvm/llvm-project/commit/d8399d5dd6a5a7025621eddd97fc0fa1f494bad8
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M mlir/include/mlir/IR/Constraints.td
M mlir/include/mlir/IR/Properties.td
M mlir/include/mlir/TableGen/Property.h
M mlir/lib/TableGen/Predicate.cpp
M mlir/lib/TableGen/Property.cpp
A mlir/test/IR/test-op-property-predicates.mlir
M mlir/test/lib/Dialect/Test/TestOps.td
A mlir/test/mlir-tblgen/op-properties-predicates.td
M mlir/test/mlir-tblgen/op-properties.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Add predicates to tablegen-defined properties (#120176)
Give the properties from tablegen a `predicate` field that holds the
predicate that the property needs to satisfy, if one exists, and hook
that field up to verifier generation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list