[clang] [llvm] [Clang] [OpenMP] Add support for '#pragma omp stripe'. (PR #119891)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 12:43:35 PST 2024


================
@@ -1179,6 +1179,13 @@ def OMP_Tile : Directive<"tile"> {
   let association = AS_Loop;
   let category = CA_Executable;
 }
+def OMP_Stripe : Directive<"stripe"> {
+  let allowedOnceClauses = [
+    VersionedClause<OMPC_Sizes, 51>,
----------------
alexey-bataev wrote:

Sounds good

https://github.com/llvm/llvm-project/pull/119891


More information about the llvm-commits mailing list