[Mlir-commits] [mlir] [Flang] [MLIR] [OpenMP] Add initial MLIR op support for OMP TARGET UPDATE directive (PR #74699)

Sergio Afonso llvmlistbot at llvm.org
Thu Dec 7 03:21:21 PST 2023


================
@@ -1416,6 +1416,50 @@ def TargetOp : OpenMP_Op<"target",[IsolatedFromAbove, OutlineableOpenMPOpInterfa
   let hasVerifier = 1;
 }
 
+//===---------------------------------------------------------------------===//
+// 2.14.6 target update data Construct
----------------
skatrak wrote:

I seem to remember from a recent call (might be misremembering) that references to section numbers in the spec are supposed to refer by default to the 4.5 version, and that section numbers from other versions have to specify which one. I'm not sure that this is always the case, though. Can you confirm @kiranktp?

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


More information about the Mlir-commits mailing list