Skip to content

Commit 426e6cb

Browse files
committed
[Fortran][hlfir] update openmp denylists with new fixes
Some tests have been fixed by - https://reviews.llvm.org/D127215 - https://reviews.llvm.org/D156719 Differential Revision: https://reviews.llvm.org/D156820
1 parent a0e5ec8 commit 426e6cb

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

Fortran/gfortran/regression/gomp/DisabledFilesHLFIR.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,3 @@
55
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
#
77
#===------------------------------------------------------------------------===#
8-
9-
file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
10-
# error: operand#0 does not dominate this use
11-
do-1.f90
12-
nontemporal-1.f90
13-
pr59488-1.f90
14-
pr69183.f90
15-
pr78298.f90
16-
)

Fortran/gfortran/regression/gomp/appendix-a/DisabledFilesHLFIR.cmake

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,11 @@
66
#
77
#===------------------------------------------------------------------------===#
88

9-
file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
10-
# (hlfir+omp): unimplemented: Common block in privatization clause
11-
a.23.4.f90
12-
)
13-
149
file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
1510
#
1611
# These tests fail when they should pass.
1712
#
1813

19-
# (hlfir+omp): operand#0 does not dominate this use
20-
a.1.1.f90
21-
a.6.1.f90
22-
a.8.1.f90
23-
a.12.1.f90
24-
a.21.2.f90
25-
a.21.3.f90
26-
a.26.2.f90
27-
a.30.1.f90
28-
a.31.1.f90
29-
a.31.2.f90
30-
a.34.1.f90
31-
a.34.2.f90
32-
a.35.2.f90
33-
a.37.1.f90
34-
3514
# (hlfir+omp): builder.create<DeclareOp>() assertion failure
3615
a.17.1.f90
3716
a.17.2.f90

0 commit comments

Comments
 (0)