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 057fd6b commit 45e7fc4Copy full SHA for 45e7fc4
openmp/runtime/test/transform/tile/intfor.F90
@@ -1,7 +1,6 @@
1
! This test checks lowering of the OpenMP tile directive
2
! It is done 3 times corresponding to every possible fraction of the last
3
! iteration before passing beyond UB.
4
-! XFAIL: *
5
! RUN: %flang %flags %openmp_flags -fopenmp-version=51 -DUB=16 %s -o %t-ub16.exe
6
! RUN: %flang %flags %openmp_flags -fopenmp-version=51 -DUB=17 %s -o %t-ub17.exe
7
! RUN: %flang %flags %openmp_flags -fopenmp-version=51 -DUB=18 %s -o %t-ub18.exe
0 commit comments