[Mlir-commits] [mlir] Remove "Syntax:" parser where it's already provided by `assemblyFormat` (PR #76002)
Alex Beloi
llvmlistbot at llvm.org
Tue Dec 19 21:10:35 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:
-
- ```
----------------
alexbeloi wrote:
Thanks for catching, reverted.
https://github.com/llvm/llvm-project/pull/76002
More information about the Mlir-commits
mailing list