================
@@ -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>,
----------------
zahiraam wrote:

@alexey-bataev draft PR for this change here: 
https://github.com/llvm/llvm-project/pull/122108 
Would you mind taking a look? Thanks.

https://github.com/llvm/llvm-project/pull/119891
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to