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

Julian Oppermann llvmlistbot at llvm.org
Tue Jul 7 12:50:35 PDT 2026


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

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

Neat, the scope of the utility makes sense to me (modulo the question below about the return type).

Nit: I don't think you necessarily have to move the implementation to a common place; why not keep it in `Specialize.cpp`, I believe then you wouldn't have to touch the enum and `matchOperandMap` at all.

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


More information about the Mlir-commits mailing list