[Mlir-commits] [mlir] [Flang] [MLIR] [OpenMP] Add initial MLIR op support for OMP TARGET UPDATE directive (PR #74699)
Kareem Ergawy
llvmlistbot at llvm.org
Thu Dec 7 11:03:54 PST 2023
================
@@ -1416,6 +1416,50 @@ def TargetOp : OpenMP_Op<"target",[IsolatedFromAbove, OutlineableOpenMPOpInterfa
let hasVerifier = 1;
}
+//===---------------------------------------------------------------------===//
+// 2.14.6 target update data Construct
----------------
ergawy wrote:
> Everyone agreed on this approach...
That I did not know. Thanks for the clarification.
https://github.com/llvm/llvm-project/pull/74699
More information about the Mlir-commits
mailing list