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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jun 18 09:34:29 PDT 2024


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

If this is already the case in this file, please keep things alphabetically sorted.

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


More information about the Mlir-commits mailing list