1 ! REQUIRES: openmp_runtime
3 !RUN: %flang_fc1 -emit-hlfir %openmp_flags %s -o - | FileCheck %s
5 ! The "allocate" clause has been removed, because it needs to be used
6 ! together with a privatizing clause. The only such clause for "taskgroup"
7 ! is "task_reduction", but it's not yet supported.
9 !CHECK-LABEL: @_QPomp_taskgroup
10 subroutine omp_taskgroup
15 !CHECK: fir.call @_QPwork() {{.*}}: () -> ()
17 !CHECK: omp.terminator
19 !CHECK: omp.terminator