[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Tue Aug 19 05:09:16 PDT 2025
================
@@ -3890,6 +3938,7 @@ static void genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
std::get<parser::OmpBeginLoopDirective>(loopConstruct.t);
List<Clause> clauses = makeClauses(
std::get<parser::OmpClauseList>(beginLoopDirective.t), semaCtx);
+
----------------
Meinersbur wrote:
[nit] Please avoid unrelated changes
https://github.com/llvm/llvm-project/pull/143715
More information about the flang-commits
mailing list