[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)
Michael Klemm
llvmlistbot at llvm.org
Mon Nov 18 14:19:21 PST 2024
================
@@ -1958,7 +2001,7 @@ void WsloopOp::build(OpBuilder &builder, OperationState &state,
/*linear_vars=*/ValueRange(), /*linear_step_vars=*/ValueRange(),
/*nowait=*/false, /*order=*/nullptr, /*order_mod=*/nullptr,
/*ordered=*/nullptr, /*private_vars=*/{}, /*private_syms=*/nullptr,
- /*reduction_vars=*/ValueRange(), /*reduction_byref=*/nullptr,
+ nullptr, /*reduction_vars=*/ValueRange(), /*reduction_byref=*/nullptr,
----------------
mjklemm wrote:
Please disregard that suggestion if I understood the `nullptr` wrongly.
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list