[Mlir-commits] [mlir] [mlir][sparse] use shared value storage between wrapped iterator and the wrapper. (PR #80046)
Peiming Liu
llvmlistbot at llvm.org
Tue Jan 30 11:23:09 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
----------------
PeimingLiu wrote:
to recover the current iterator position as well as loop bound?
https://github.com/llvm/llvm-project/pull/80046
More information about the Mlir-commits
mailing list