[Mlir-commits] [mlir] [mlir][sparse] implement sparse space collapse pass. (PR #89003)

Aart Bik llvmlistbot at llvm.org
Tue Jun 11 09:30:39 PDT 2024


================
@@ -464,4 +464,20 @@ def SparsificationAndBufferization : Pass<"sparsification-and-bufferization", "M
   ];
 }
 
+//===----------------------------------------------------------------------===//
+// Sparse Iteration Transform Passes
+//===----------------------------------------------------------------------===//
+
+def SparseSpaceCollapse : Pass<"sparse-space-collapse", "func::FuncOp"> {
+  let summary = "(experimental) sparse space collpasing pass";
----------------
aartbik wrote:

I would remove the "experimental" from summary, it is already in description

also, typo: collapsing pass

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


More information about the Mlir-commits mailing list