[Mlir-commits] [mlir] [mlir][sparse] use shared value storage between wrapped iterator and the wrapper. (PR #80046)

Yinying Li llvmlistbot at llvm.org
Tue Jan 30 11:24:18 PST 2024


================
@@ -132,10 +145,33 @@ class SparseIterator {
   };
   virtual void deserialize(ValueRange vs) { llvm_unreachable("unsupported"); };
 
+  //  virtual std::string getFuncNamePostfix() const = 0;
+  //  virtual SmallVector<Value> toFuncArgs() const = 0;
----------------
yinying-lisa-li wrote:

Should the comments be removed?

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


More information about the Mlir-commits mailing list