[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:02:53 PST 2024


================
@@ -5621,6 +5623,81 @@ class OMPTileDirective final : public OMPLoopTransformationDirective {
   }
 };
 
+class OMPStripeDirective final : public OMPLoopTransformationDirective {
----------------
alexey-bataev wrote:

Add a comment describing the supported construct

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


More information about the llvm-commits mailing list