[Mlir-commits] [mlir] [mlir][interface] Add getNonSuccessorInputs API to RegionBranchOpInterface (PR #175212)

Matthias Springer llvmlistbot at llvm.org
Fri Jan 23 07:51:32 PST 2026


================
@@ -379,6 +379,14 @@ def RegionBranchOpInterface : OpInterface<"RegionBranchOpInterface"> {
     ::mlir::OperandRange getSuccessorOperands(
         ::mlir::RegionBranchPoint src, ::mlir::RegionSuccessor dest);
 
+    /// Return the non-forwarded values from the source branch point to the
----------------
matthias-springer wrote:

you can drop any mentioning of "source branch point"

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


More information about the Mlir-commits mailing list