[Mlir-commits] [mlir] [mlir] Allow using non-attribute properties in declarative rewrite patterns (PR #143071)
Krzysztof Drewniak
llvmlistbot at llvm.org
Mon Jun 9 07:12:30 PDT 2025
================
@@ -88,9 +99,18 @@ class DagLeaf {
// Returns this DAG leaf as a constraint. Asserts if fails.
Constraint getAsConstraint() const;
+ // Returns this DAG leaf as a property constraint. Asserts if fails.
+ PropConstraint getAsPropConstraint() const;
----------------
krzysz00 wrote:
They've got an interface type attached
https://github.com/llvm/llvm-project/pull/143071
More information about the Mlir-commits
mailing list