[Mlir-commits] [mlir] Remove "Syntax:" parser where it's already provided by `assemblyFormat` (PR #76002)

Jakub Kuderski llvmlistbot at llvm.org
Tue Dec 19 20:47:23 PST 2023


================
@@ -48,15 +48,6 @@ def PoisonOp : UB_Op<"poison", [ConstantLike, Pure]> {
     semantics (e.g. partially poisoned vectors), default value indicates results
     is fully poisoned.
 
-    Syntax:
-
-    ```
-    poison-op ::= `poison` (`<` value `>`)? `:` type
-    ```
-
-    Examples:
-
-    ```
----------------
kuhar wrote:

This should not have been removed

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


More information about the Mlir-commits mailing list