[Mlir-commits] [mlir] [mlir][tblgen] Add custom parsing and printing within struct (PR #133939)

Kazu Hirata llvmlistbot at llvm.org
Thu May 1 12:37:10 PDT 2025


kazutakahirata wrote:

@jtuyls @joker-eph I've landed 441b68370a2fb97c1a650de15528e5600eacab6b to fix a warning from this PR.  Would you mind checking to see if you actually don't intend to use `realParam`, the result of `dyn_cast`, inside the `if` statement?  Thanks!

```
    if (isa<ParameterElement>(arg))
      genVariableParser(param, ctx, os.indent());
```


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


More information about the Mlir-commits mailing list