[Mlir-commits] [mlir] Add category-to-named specialization to linalg-morph-ops (PR #190116)

Julian Oppermann llvmlistbot at llvm.org
Mon Apr 13 03:18:38 PDT 2026


================

----------------
jopperm wrote:

Hmm, this is a slightly simplified version of the [corresponding function in `Specialize.cpp`](https://github.com/llvm/llvm-project/blob/75ca0f71d209058d1f565d7529e6d1b117129911/mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp#L343), right? So quite a lot of duplicated code.

Can we extract the common code into a utility? Or should the `category-to-named` path instead be integrated into `Specialize.cpp`? @javedabsar1, @adam-smnk WDYT?

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


More information about the Mlir-commits mailing list