[Mlir-commits] [mlir] [mlir][sparse] partially support lowering sparse coiteration loops to scf.while/for. (PR #105565)
Aart Bik
llvmlistbot at llvm.org
Thu Aug 22 15:16:59 PDT 2024
================
@@ -49,6 +50,144 @@ convertIteratorType(IteratorType itTp, SmallVectorImpl<Type> &fields) {
return success();
}
+static ValueRange
----------------
aartbik wrote:
It feels like this code can still be broken up into smaller utility methods to improve readabilty (probably later okay), but it is really cool to have all the loop logic generation in one file now!!
https://github.com/llvm/llvm-project/pull/105565
More information about the Mlir-commits
mailing list