[llvm-branch-commits] [mlir] [mlir][Properties] Shorten "Property" to "Prop" in most places (PR #120368)

Markus Böck via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 18 01:11:09 PST 2024


================
@@ -102,8 +102,9 @@ their semantics via a special [TableGen backend][TableGenBackend]:
     constraints over attributes. A notable subclass hierarchy is `Attr`, which
     stands for constraints for attributes whose values are of common types.
 *   The `Property` class hierarchy: They are used to specify non-attribute-backed
-    properties that are inherent to operations. This will be expanded to a
-    `PropertyConstraint` class or something similar in the future.
+    properties that are inherent to operations. These properties can have
+    constraints imposed them using their `predicate` field or the
----------------
zero9178 wrote:

```suggestion
    constraints imposed on them using the `predicate` field or the
```

https://github.com/llvm/llvm-project/pull/120368


More information about the llvm-branch-commits mailing list