================
@@ -193,3 +193,23 @@ def contract(
)
fill_builtin_region(op.operation)
return op
+
----------------
rengolin wrote:
nit: move this above `contract`, so that all `matmul` variants are together
https://github.com/llvm/llvm-project/pull/127614