[Mlir-commits] [mlir] [mlir][linalg] Restrict linalg.contract results (PR #205988)

Ege Beysel llvmlistbot at llvm.org
Fri Jun 26 09:14:02 PDT 2026


================
@@ -422,6 +422,21 @@ func.func @illegal_fill_tensor_with_memref_return
 
 // -----
 
+func.func @illegal_contract_memref_with_memref_return
----------------
egebeysel wrote:

nit: the placement of the test is somewhat arbitrary, can you move it next to the contract tests?

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


More information about the Mlir-commits mailing list