We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e8555 commit d17c552Copy full SHA for d17c552
flang/test/Lower/OpenMP/workshare.f90
@@ -6,7 +6,7 @@ subroutine sb1(arr)
6
integer :: arr(:)
7
!CHECK: omp.parallel {
8
!$omp parallel
9
-!CHECK: omp.single {
+!CHECK: omp.workshare {
10
!$omp workshare
11
arr = 0
12
!$omp end workshare
@@ -20,7 +20,7 @@ subroutine sb2(arr)
20
21
22
23
-!CHECK: omp.single nowait {
+!CHECK: omp.workshare nowait {
24
25
26
!$omp end workshare nowait
@@ -33,7 +33,7 @@ subroutine sb2(arr)
33
subroutine sb3(arr)
34
35
36
37
!$omp parallel workshare
38
39
!$omp end parallel workshare
0 commit comments