Skip to content

Commit 26f441a

Browse files
committed
Reuse loop op lowering, add comment.
1 parent 765af1c commit 26f441a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,7 @@ static void genOMPDispatch(lower::AbstractConverter &converter,
35223522
break;
35233523
case llvm::omp::Directive::OMPD_tile:
35243524
newOp =
3525-
genTiledLoopOp(converter, symTable, semaCtx, eval, loc, queue, item);
3525+
genLoopOp(converter, symTable, semaCtx, eval, loc, queue, item);
35263526
break;
35273527
case llvm::omp::Directive::OMPD_unroll:
35283528
genUnrollOp(converter, symTable, stmtCtx, semaCtx, eval, loc, queue, item);

0 commit comments

Comments
 (0)