[Mlir-commits] [mlir] [mlir][emitc] Adjust the emitc.class op description (NFC) (PR #152570)
Andrey Timonin
llvmlistbot at llvm.org
Thu Aug 7 13:59:09 PDT 2025
================
@@ -1640,8 +1640,6 @@ def EmitC_ClassOp
Block &getBlock();
}];
- let hasCustomAssemblyFormat = 1;
----------------
EtoAndruwa wrote:
> is it unused?
Since we are using:
```
let assemblyFormat =
[{ (`final` $final_specifier^)? $sym_name attr-dict-with-keyword $body }];
```
It is unused. The appropriate parser will be generated for the op.
https://github.com/llvm/llvm-project/pull/152570
More information about the Mlir-commits
mailing list