brintos

brintos / llvm-project-archived public Read only

0
0
Text · 291 B · 28c1d02 Raw
12 lines · plain
1!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s2 3!CHECK-LABEL: @_QPomp_taskyield4subroutine omp_taskyield5  !CHECK: omp.taskyield6  !$omp taskyield7  !CHECK: fir.call @_QPfoo() {{.*}}: () -> ()8  call foo()9  !CHECK: omp.taskyield10  !$omp taskyield11end subroutine omp_taskyield12