[Mlir-commits] [mlir] [mlir][sparse] optimize memory loads to SSA values when generating sp… (PR #74787)

Aart Bik llvmlistbot at llvm.org
Thu Dec 7 17:25:36 PST 2023


================
@@ -148,39 +148,29 @@ static Value genSparseReducedAffineCond(OpBuilder &builder, Location loc,
 // Helper functions that load/store into the position buffer for slice-driven
 // loops.
 // The sliced pointer buffer is orgnized as:
-// [size, curPtr] (two metadata) + [[pLo0, pLo1, pLo2, ...],
-//                                  [pHi0, pHi1, pHi2, ...],
-//                                  [pNx0, pNx1, pNx2, ...]]
+// [[pLo0, pLo1, pLo2, ...],
----------------
aartbik wrote:

maybe keep this indented to the right a bit

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


More information about the Mlir-commits mailing list