[Mlir-commits] [mlir] [mlir] [linalg] Add output shape verifier for linalg ops. (PR #91673)

Renato Golin llvmlistbot at llvm.org
Tue Mar 17 03:05:31 PDT 2026


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

----------------
rengolin wrote:

Why outline if there's only one user?

Or better, this is mostly about checking the maps and shapes, so a general helper would be valid for other than just `generic` ops.

But then the function name needs to be more descriptive, like `verifyShapesAndMaps` or something.

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


More information about the Mlir-commits mailing list