[clang] [llvm] [Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (PR #183261)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 25 05:55:26 PDT 2026
================
@@ -6065,6 +6065,83 @@ class OMPFuseDirective final
}
};
+/// Represents the '#pragma omp split' loop transformation directive.
+///
+/// \code{.c}
+/// #pragma omp split
----------------
Meinersbur wrote:
`counts` clause is mandatory
https://github.com/llvm/llvm-project/pull/183261
More information about the cfe-commits
mailing list