[Mlir-commits] [mlir] [mlir][linalg] Add support for inlined const to isaFillOpInterface (PR #144870)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 19 13:27:22 PDT 2025


https://github.com/MaheshRavishankar requested changes to this pull request.

I think this change is OK, but I dont know why you could just do

```
linalg.fill ins(%constant : ..) outs( ...) 
```

instead of this generic op. There are many ways you could spell an operation. I think in the long term catching all those different variants is almost impossible.

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


More information about the Mlir-commits mailing list