[Mlir-commits] [mlir] [mlir][sparse] implementating stageSparseOpPass as an interface (PR #69022)

Aart Bik llvmlistbot at llvm.org
Tue Oct 17 10:41:00 PDT 2023


================
@@ -1248,6 +1248,23 @@ LogicalResult UnaryOp::verify() {
   return success();
 }
 
+bool ConcatenateOp::needExtraSort() {
----------------
aartbik wrote:

and here

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


More information about the Mlir-commits mailing list