[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Add frontend support for ompx_bare clause (PR #111106)
Sergio Afonso
llvmlistbot at llvm.org
Fri Oct 4 02:49:27 PDT 2024
================
@@ -1677,7 +1677,8 @@ void TargetOp::build(OpBuilder &builder, OperationState &state,
/*in_reduction_vars=*/{}, /*in_reduction_byref=*/nullptr,
/*in_reduction_syms=*/nullptr, clauses.isDevicePtrVars,
clauses.mapVars, clauses.nowait, clauses.privateVars,
- makeArrayAttr(ctx, clauses.privateSyms), clauses.threadLimit);
+ makeArrayAttr(ctx, clauses.privateSyms), clauses.threadLimit,
+ clauses.bare);
----------------
skatrak wrote:
This will have to be moved after sorting the clause list.
https://github.com/llvm/llvm-project/pull/111106
More information about the Mlir-commits
mailing list