1 !RUN: %flang_fc1 -emit-fir -fopenmp %s -o - | FileCheck %s --check-prefixes="FIRDialect,OMPDialect"
2 !RUN: %flang_fc1 -emit-fir -fopenmp %s -o - | fir-opt --fir-to-llvm-ir | FileCheck %s --check-prefixes="OMPDialect"
4 !FIRDialect-LABEL: @_QPomp_taskyield
5 subroutine omp_taskyield
6 !OMPDialect: omp.taskyield
8 !FIRDialect: fir.call @_QPfoo() {{.*}}: () -> ()
10 !OMPDialect: omp.taskyield
12 end subroutine omp_taskyield