Skip to content

Commit 99e8123

Browse files
committed
Merge branch 'users/skatrak/spr/loop-nest-01-mlir' into users/skatrak/spr/loop-nest-02-wrapper-iface
2 parents 904f274 + e3c440c commit 99e8123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ def LoopNestOp : OpenMP_Op<"loop_nest", [SameVariadicOperandSize,
551551
is intended to serve as a unique source for loop information during the
552552
transition to making `omp.distribute`, `omp.simdloop`, `omp.taskloop` and
553553
`omp.wsloop` wrapper operations. It is not intended to help with the
554-
addition of support for loop transformations.
554+
addition of support for loop transformations, non-rectangular loops and
555+
non-perfectly nested loops.
555556
}];
556557

557558
let arguments = (ins Variadic<IntLikeType>:$lowerBound,

0 commit comments

Comments
 (0)