Skip to content

Commit 2093bb0

Browse files
authored
[flang][OpenMP] Un-xfail do concurrent tests (llvm#3936)
2 parents 7f8dee3 + ae33df5 commit 2093bb0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

flang/test/Transforms/DoConcurrent/basic_device.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
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
108
program do_concurrent_basic
119
implicit none
1210
integer :: a(10)

flang/test/Transforms/DoConcurrent/map_shape_info.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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
1514
end 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

0 commit comments

Comments
 (0)