[flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Jan Leyonberg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 23 05:36:18 PDT 2025
================
@@ -2131,6 +2170,42 @@ genLoopOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
return loopOp;
}
+static mlir::omp::LoopOp genTiledLoopOp(lower::AbstractConverter &converter,
----------------
jsjodin wrote:
Yes, I think that should be fine.
https://github.com/llvm/llvm-project/pull/143715
More information about the llvm-commits
mailing list