[Mlir-commits] [mlir] [mlir][OpenMP] Introduce 'omp.iterators' for OpenMP iterator modifiers (PR #182218)

Sergio Afonso llvmlistbot at llvm.org
Tue Feb 24 04:44:08 PST 2026


================
@@ -2300,4 +2300,41 @@ def DeclareSimdOp
   let hasVerifier = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// Iterators Op
+//===----------------------------------------------------------------------===//
+
+def IteratorsOp
----------------
skatrak wrote:

Nit: I think it should be called `omp.iterator`, so it reflects the name of the modifier in the spec itself.

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


More information about the Mlir-commits mailing list