[flang-commits] [flang] [flang][OpenMP]Add TODO for unsupported OpenMP taskwait depend feature (PR #111158)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Oct 4 06:56:15 PDT 2024
================
@@ -2604,6 +2604,9 @@ static void genOMP(
std::get<parser::OmpClauseList>(simpleStandaloneConstruct.t), semaCtx);
mlir::Location currentLocation = converter.genLocation(directive.source);
+ if (directive.v == llvm::omp::Directive::OMPD_taskwait && !clauses.empty())
+ TODO(converter.getCurrentLocation(), "taskwait with depend unsupported");
----------------
tblah wrote:
taskwait could also have the nowait clause. I'm unsure whether that is supported yet
https://github.com/llvm/llvm-project/pull/111158
More information about the flang-commits
mailing list