repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Rename a lambda to have plural nouns to reflect that it contains a loop. NFC
[llvm-project.git]
/
flang
/
test
/
Lower
/
OpenMP
/
taskyield.f90
blob
28c1d025f6dc8a11e186589c28c1589cd0ec6aad
1
!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
2
3
!CHECK-LABEL: @_QPomp_taskyield
4
subroutine
omp_taskyield
5
!CHECK: omp.taskyield
6
!$omp taskyield
7
!CHECK: fir.call @_QPfoo() {{.*}}: () -> ()
8
call
foo
()
9
!CHECK: omp.taskyield
10
!$omp taskyield
11
end subroutine
omp_taskyield