[clang] [llvm] [Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (PR #183261)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 16:52:33 PDT 2026
================
@@ -2986,6 +2991,51 @@ OMPClause *Parser::ParseOpenMPSizesClause() {
OpenLoc, CloseLoc);
}
+OMPClause *Parser::ParseOpenMPCountsClause() {
----------------
Meinersbur wrote:
We need `split_messages.cpp` test file that checks the error conditions of this function using `-verify` and the `err_omp_split_counts_not_one_omp_fill` diagnostic.
https://github.com/llvm/llvm-project/pull/183261
More information about the cfe-commits
mailing list