[Mlir-commits] [mlir] [mlir][sparse] support sparsification to coiterate operations. (PR #102546)
Aart Bik
llvmlistbot at llvm.org
Fri Aug 9 11:21:32 PDT 2024
================
@@ -900,6 +904,26 @@ static void finalizeWhileOp(CodegenEnv &env, OpBuilder &builder,
// basic block where scf::Yield should be inserted.
}
+/// Generate a case region in the coiterate operation.
----------------
aartbik wrote:
Generates
https://github.com/llvm/llvm-project/pull/102546
More information about the Mlir-commits
mailing list