File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
flang/test/Transforms/DoConcurrent Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 55! RUN: | FileCheck %s
66! RUN: bbc -emit-hlfir -fopenmp -fdo-concurrent-to-openmp=device %s -o - \
77! RUN: | FileCheck %s
8- ! XFAIL: *
9- ! CHECK-LABEL: do_concurrent_basic
108program do_concurrent_basic
119 implicit none
1210 integer :: a(10 )
Original file line number Diff line number Diff line change 11! Tests mapping of a basic `do concurrent` loop to
22! `!$omp target teams distribute parallel do`.
3- ! XFAIL: *
43! RUN: %flang_fc1 -emit-hlfir -fopenmp -fdo-concurrent-to-openmp=device %s -o - \
54! RUN: | FileCheck %s
65
@@ -14,7 +13,6 @@ program do_concurrent_shape
1413 end do
1514end program do_concurrent_shape
1615
17- ! CHECK-LABEL: do_concurrent_shape
1816! CHECK: fir.store %{{c10.*}} to %[[DIM0_EXT:.*]] : !fir.ref<index>
1917! CHECK: fir.store %{{c20.*}} to %[[DIM1_EXT:.*]] : !fir.ref<index>
2018
You can’t perform that action at this time.
0 commit comments