llvm-project
c2aa11d1 - [Flang] Add LLVM lowering support for UNTIED clause in Task (#121052)

Commit
231 days ago
[Flang] Add LLVM lowering support for UNTIED clause in Task (#121052) Implementation details: The UNTIED clause is recognized by setting the flag=0 for the default case or performing logical OR to flag if other clauses are specified, and this flag is passed as an argument to the `__kmpc_omp_task_alloc` runtime call. Resubmitting the PR with fix for the failure, as it was reverted here: 927a70daf31b1610627f346b0dc140eda72144b9 and previously merged here: https://github.com/llvm/llvm-project/pull/115283
Parents
Loading