[Mlir-commits] [mlir] [mlir][sparse] partially support lowering sparse coiteration loops to scf.while/for. (PR #105565)

Peiming Liu llvmlistbot at llvm.org
Thu Aug 22 16:19:32 PDT 2024


================
@@ -49,6 +50,144 @@ convertIteratorType(IteratorType itTp, SmallVectorImpl<Type> &fields) {
   return success();
 }
 
+static ValueRange
----------------
PeimingLiu wrote:

SG, will do it later!

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


More information about the Mlir-commits mailing list