[Mlir-commits] [mlir] [mlir][sparse] use shared value storage between wrapped iterator and the wrapper. (PR #80046)
Aart Bik
llvmlistbot at llvm.org
Tue Jan 30 11:32:52 PST 2024
================
@@ -119,8 +132,8 @@ class SparseIterator {
virtual Value upperBound(OpBuilder &b, Location l) const = 0;
// Serializes and deserializes the current status to/from a set of values. The
- // ValueRange should contain values that specifies the current postion and
- // loop bound.
+ // ValueRange should contain values that are suffcient to recover the current
----------------
aartbik wrote:
Ah, I really meant, explain sufficient for what in the doc itself ;-)
https://github.com/llvm/llvm-project/pull/80046
More information about the Mlir-commits
mailing list