[all-commits] [llvm/llvm-project] bd0413: [mlir] Add non-attribute property predicates to ad...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Thu Jul 31 08:30:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd041389351dc920a6b7a6cc6703e30af5d0ad23
https://github.com/llvm/llvm-project/commit/bd041389351dc920a6b7a6cc6703e30af5d0ad23
Author: Krzysztof Drewniak <krzysdrewniak at gmail.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M mlir/test/mlir-tblgen/op-properties-predicates.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Add non-attribute property predicates to adaptor verifiers (#150881)
When adding a predicated field to non-attribute properties /
implemneting PropConstraint, a call to genPropertyVerifiers() wasn't
added to the generation sequence for [Op]GenericAdaptor::verify. This
commit fixes the issue.
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