================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to