[llvm-branch-commits] [mlir] [mlir][SCF] Add `RegionBranchOpInterface` to `scf.forall.in_parallel` (PR #174221)

Matthias Springer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jan 10 01:54:24 PST 2026


================
@@ -667,6 +660,7 @@ def InParallelOp : SCF_Op<"forall.in_parallel", [
        Pure,
        Terminator,
        DeclareOpInterfaceMethods<InParallelOpInterface>,
+       ReturnLike,
----------------
matthias-springer wrote:

Note: This is a shortcut for `RegionBranchTerminatorOpInterface`.

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


More information about the llvm-branch-commits mailing list