[all-commits] [llvm/llvm-project] 95d71a: [mlir] Add non-attribute property predicates to ad...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Sun Jul 27 22:34:18 PDT 2025
Branch: refs/heads/users/krzysz00/missing-verifiers-in-adaptor
Home: https://github.com/llvm/llvm-project
Commit: 95d71aaad5b01197e6750a295601f0d8149418c4
https://github.com/llvm/llvm-project/commit/95d71aaad5b01197e6750a295601f0d8149418c4
Author: Krzysztof Drewniak <krzysdrewniak at gmail.com>
Date: 2025-07-27 (Sun, 27 Jul 2025)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Add non-attribute property predicates to adaptor verifiers
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