[Mlir-commits] [mlir] [MLIR][Linalg] Add pass to convert linalg.generic back to named ops (PR #95656)

Javed Absar llvmlistbot at llvm.org
Sun Jun 23 07:10:56 PDT 2024


================
@@ -104,6 +104,11 @@ def LinalgGeneralizeNamedOpsPass : Pass<"linalg-generalize-named-ops"> {
   let dependentDialects = ["linalg::LinalgDialect"];
 }
 
+def LinalgSpecializeGenericOpsPass : Pass<"linalg-specialize-generic-ops"> {
----------------
javedabsar1 wrote:

It doesnt seem sorted. So kept it specialize nextto generalize.

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


More information about the Mlir-commits mailing list