[Mlir-commits] [mlir] [mlir][linalg] Add support for inlined const to isaFillOpInterface (PR #144870)
Shay Kleiman
llvmlistbot at llvm.org
Sat Jun 21 23:47:41 PDT 2025
shay-kl wrote:
In my case we have an earlier pass which ends up folding generics into this format, so fill ops end up looking like this, while a later pass then needs to detect fill ops. So this particular pattern being considered a fill op interface proves useful.
https://github.com/llvm/llvm-project/pull/144870
More information about the Mlir-commits
mailing list