[clang] [llvm] [Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (PR #183261)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 04:13:37 PDT 2026
================
@@ -6065,6 +6065,83 @@ class OMPFuseDirective final
}
};
+/// Represents the '#pragma omp split' loop transformation directive.
+///
+/// \code{c}
----------------
Meinersbur wrote:
```suggestion
/// \code{.c}
```
https://www.doxygen.nl/manual/commands.html#cmdcode
https://github.com/llvm/llvm-project/pull/183261
More information about the llvm-commits
mailing list