[llvm-branch-commits] [mlir] [MLIR][OpenMP] Add missing clauses to OpenMP op definitions (PR #99507)

Tom Eccles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 22 03:23:29 PDT 2024


================
@@ -432,9 +439,10 @@ def SimdOp : OpenMP_Op<"simd", traits = [
     AttrSizedOperandSegments, DeclareOpInterfaceMethods<LoopWrapperInterface>,
     RecursiveMemoryEffects, SingleBlock
   ], clauses = [
-    // TODO: Complete clause list (linear, private, reduction).
+    // TODO: Complete clause list (linear).
----------------
tblah wrote:

Why did you decide not to add linear while adding the other missing clauses?

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


More information about the llvm-branch-commits mailing list