[llvm] [mlir][sparse] implementating stageSparseOpPass as an interface (PR #69022)
Aart Bik via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 10:41:04 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 llvm-commits
mailing list