[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


================
@@ -608,11 +636,52 @@ static void convertLoopBounds(lower::AbstractConverter &converter,
   }
 }
 
+// Populates the sizes vector with values if the given OpenMPConstruct
+// Contains a loop construct with an inner tiling construct.
----------------
Meinersbur wrote:

```suggestion
/// Populates the sizes vector with values if the given OpenMPConstruct
/// Contains a loop construct with an inner tiling construct.
```

https://github.com/llvm/llvm-project/pull/143715


More information about the flang-commits mailing list