[clang] [llvm] [Clang] [OpenMP] Add support for '#pragma omp stripe'. (PR #119891)
Zahira Ammarguellat via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 06:04:28 PST 2025
================
@@ -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
More information about the llvm-commits
mailing list