[flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Sergio Afonso via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 07:14:17 PDT 2025
================
@@ -577,12 +598,52 @@ static void convertLoopBounds(lower::AbstractConverter &converter,
}
}
-bool collectLoopRelatedInfo(
+/// Populates the sizes vector with values if the given OpenMPConstruct
+/// Contains a loop construct with an inner tiling construct.
----------------
skatrak wrote:
```suggestion
/// contains a loop construct with an inner tiling construct.
```
https://github.com/llvm/llvm-project/pull/143715
More information about the llvm-commits
mailing list