[llvm-branch-commits] [flang] [llvm] [openmp] [Flang] Add standalone tile support (PR #160298)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 26 03:19:11 PDT 2025
================
@@ -0,0 +1,31 @@
+! This test checks lowering of the OpenMP tile directive
+! It is done 3 times corresponding to every possible fraction of the last
+! iteration before passing beyond UB.
+
+! RUN: %flang %flags %openmp_flags -fopenmp-version=51 -DUB=16 %s -o %t-ub16.exe
----------------
tblah wrote:
That sounds okay to me. Thank you for the detailed explanation.
https://github.com/llvm/llvm-project/pull/160298
More information about the llvm-branch-commits
mailing list