[Mlir-commits] [mlir] [mlir][interface] Add getRegionNonForwardedValues API to RegionBranchOpInterface (PR #175212)
lonely eagle
llvmlistbot at llvm.org
Fri Jan 23 03:06:53 PST 2026
================
@@ -228,6 +228,27 @@ class RegionSuccessor {
/// the current region.
ValueRange getSuccessorInputs() const { return inputs; }
+ /// If successor is a region, return the non-forwarded arguments of the
+ /// region. If successor is a operation, it don't have non-forwarded
+ /// arguments.
----------------
linuxlonelyeagle wrote:
I've re-implemented it, and it should now support non-forward results.
https://github.com/llvm/llvm-project/pull/175212
More information about the Mlir-commits
mailing list