[Mlir-commits] [mlir] [mlir][transform] Overhaul `RegionBranchOpInterface` implementations. (PR #111408)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Nov 8 07:31:07 PST 2024
Ingo =?utf-8?q?Müller?= <ingomueller at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/111408 at github.com>
https://github.com/ftynse requested changes to this pull request.
Sorry, I missed this. This may depend on what we understand by `ReturnLike`, but `transform.yield` is likely not that. In particular, `ReturnLike` implies one-to-one mapping of the yielded value to the result of the parent operation or the arguments of the next region in dataflow analyses, which is not the case for `transform.yield` used in `alternatives`, or `foreach`.
https://github.com/llvm/llvm-project/pull/111408
More information about the Mlir-commits
mailing list