[Mlir-commits] [mlir] Add category-to-named specialization to linalg-morph-ops (PR #190116)
Julian Oppermann
llvmlistbot at llvm.org
Thu Apr 2 06:27:37 PDT 2026
https://github.com/jopperm commented:
A useful addition, thank you for working on this. My main concern is that the approach of creating temporary ops and relying on verifiers / other patterns seems a bit wasteful to me – I'd prefer to proactively check which category ops can be represented as named ops, as we do in the other specialization paths.
https://github.com/llvm/llvm-project/pull/190116
More information about the Mlir-commits
mailing list