Skip to content

Commit

Permalink
Revert "[flang][openacc] Remove unused waitdevnum"
Browse files Browse the repository at this point in the history
This reverts commit 8fdc3b9.
  • Loading branch information
clementval committed Dec 21, 2023
1 parent 7c9c807 commit e98082d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/lib/Lower/OpenACC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ createComputeOp(Fortran::lower::AbstractConverter &converter,
// Parallel operation operands
mlir::Value ifCond;
mlir::Value selfCond;
mlir::Value waitDevnum;
llvm::SmallVector<mlir::Value> waitOperands, attachEntryOperands,
copyEntryOperands, copyoutEntryOperands, createEntryOperands,
dataClauseOperands, numGangs, numWorkers, vectorLength, async;
Expand Down

0 comments on commit e98082d

Please sign in to comment.