[flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 11:49:59 PDT 2025
================
@@ -112,15 +112,17 @@ class CanonicalizationOfOmp {
// in the same iteration
//
// Original:
- // ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct
- // OmpBeginLoopDirective
+ // ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct t->
+ // OmpBeginLoopDirective t-> OmpLoopDirective
+ // [ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct u->
+ /// OmpBeginLoopDirective t-> OmpLoopDirective t-> Tile v-> OMP_tile]
// ExecutableConstruct -> DoConstruct
+ // [ExecutableConstruct -> OmpEndLoopDirective]
// ExecutableConstruct -> OmpEndLoopDirective (if available)
----------------
kparzysz wrote:
Did you mean to delete this line?
https://github.com/llvm/llvm-project/pull/143715
More information about the llvm-commits
mailing list