[Mlir-commits] [mlir] [mlir][Transform dial] Expose convert-linalg-to-affine-loops transf (PR #211308)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jul 24 06:09:26 PDT 2026
================
@@ -3075,4 +3075,37 @@ def DecomposeWinogradOp : Op<Transform_Dialect,
}];
}
+//===----------------------------------------------------------------------===//
+// LinAlgToAffine
+//===----------------------------------------------------------------------===//
+
+def LinAlgToAffineOp : Op<Transform_Dialect, "structured.linalg_to_affine",
----------------
ftynse wrote:
```suggestion
def LinalgToAffineOp : Op<Transform_Dialect, "structured.to_affine",
```
Nit: we never capitalize the A in linalg
For the purposes of transform dialect, "structured" extension _is_ linalg, no need to duplicate.
https://github.com/llvm/llvm-project/pull/211308
More information about the Mlir-commits
mailing list