[Mlir-commits] [mlir] [mlir][Transform dial] Expose convert-linalg-to-affine-loops transf (PR #211308)

Guillaume Iooss llvmlistbot at llvm.org
Fri Jul 31 07:22:40 PDT 2026


================
@@ -3075,4 +3075,37 @@ def DecomposeWinogradOp : Op<Transform_Dialect,
   }];
 }
 
+//===----------------------------------------------------------------------===//
+// LinAlgToAffine
+//===----------------------------------------------------------------------===//
+
+def LinAlgToAffineOp : Op<Transform_Dialect, "structured.linalg_to_affine",
----------------
guillaumeiooss wrote:

Done (and comment in the banner also fixed)

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


More information about the Mlir-commits mailing list