[Mlir-commits] [mlir] [MLIR][OpenMP]Adding MLIR Op definition for scan (PR #107925)
Sergio Afonso
llvmlistbot at llvm.org
Fri Sep 13 04:59:20 PDT 2024
================
@@ -503,6 +503,61 @@ class OpenMP_IsDevicePtrClauseSkip<
def OpenMP_IsDevicePtrClause : OpenMP_IsDevicePtrClauseSkip<>;
+//===----------------------------------------------------------------------===//
+// V5.2: [5.4.7] `inclusive` clause
+//===----------------------------------------------------------------------===//
+
+class OpenMP_InclusiveClauseSkip<
----------------
skatrak wrote:
Nit: Move definitions for these new clauses to keep alphabetical sorting in the file.
https://github.com/llvm/llvm-project/pull/107925
More information about the Mlir-commits
mailing list