[Mlir-commits] [mlir] [mlir][sparse] support sparsification to coiterate operations. (PR #102546)

Aart Bik llvmlistbot at llvm.org
Fri Aug 9 11:21:33 PDT 2024


================
@@ -615,33 +615,104 @@ bool LoopEmitter::shouldIteratedByForLoop(ArrayRef<SparseIterator *> spIters) {
   return true;
 }
 
+Region *LoopEmitter::enterCurCoIterationCase(OpBuilder &builder, Location loc,
----------------
aartbik wrote:

enterCurrentCoIterationCase? The Cur and Co read a bit strange

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


More information about the Mlir-commits mailing list