[Mlir-commits] [mlir] [mlir][scf] Add `ReturnLike` to `scf::InParallelOp` (PR #148237)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Sat Jul 12 14:49:55 PDT 2025
https://github.com/ftynse requested changes to this pull request.
Could you elaborate more on the reasoning here? `ReturnLike` forwards its operands to the parent region along the control flow edge: https://github.com/llvm/llvm-project/blob/00311cf6040604a2654cafd8f0d175d3b85d29d4/mlir/include/mlir/Interfaces/ControlFlowInterfaces.h#L324-L327. This doesn't sound applicable here as `in_parallel` doesn't even have operands.
https://github.com/llvm/llvm-project/pull/148237
More information about the Mlir-commits
mailing list