[Mlir-commits] [mlir] [mlir] Add property combinators, initial ODS support (PR #94732)

Mehdi Amini llvmlistbot at llvm.org
Thu Jun 13 15:08:59 PDT 2024


================
@@ -921,8 +946,10 @@ optional-group: `(` then-elements `)` (`:` `(` else-elements `)`)? `?`
 The elements of an optional group have the following requirements:
 
 *   The first element of `then-elements` must either be a attribute, literal,
-    operand, or region.
+    operand,property, or region.
----------------
joker-eph wrote:

```suggestion
    operand, property, or region.
```

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


More information about the Mlir-commits mailing list