brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · b5c72aa Raw
12 lines · plain
1!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s2 3!CHECK-LABEL: @_QPomp_taskwait4subroutine omp_taskwait5  !CHECK: omp.taskwait6  !$omp taskwait7  !CHECK: fir.call @_QPfoo() {{.*}}: () -> ()8  call foo()9  !CHECK: omp.taskwait10  !$omp taskwait11end subroutine omp_taskwait12