[Mlir-commits] [mlir] [mlir][Interfaces] Document completeness requirement of `RegionBranchOpInterface` (PR #202018)

Mehdi Amini llvmlistbot at llvm.org
Tue Jun 9 02:13:24 PDT 2026


================
@@ -247,6 +263,13 @@ def RegionBranchOpInterface : OpInterface<"RegionBranchOpInterface"> {
     InterfaceMethod<[{
         Returns the potential region successors when branching from any
----------------
joker-eph wrote:

```suggestion
        Returns all the potential region successors when branching from any
```

Adding "all" to align with previous description.

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


More information about the Mlir-commits mailing list