[Mlir-commits] [mlir] [OpenMP][MLIR] Add `private` clause to `omp.target` (PR #91202)

Sergio Afonso llvmlistbot at llvm.org
Mon May 6 08:07:42 PDT 2024


================
@@ -1262,7 +1308,8 @@ void TargetOp::build(OpBuilder &builder, OperationState &state,
       builder, state, clauses.ifVar, clauses.deviceVar, clauses.threadLimitVar,
----------------
skatrak wrote:

Nit: Update comment above to remove `privateVars`, `privatizers` from the TODO list.

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


More information about the Mlir-commits mailing list