[Mlir-commits] [mlir] [mlir][Transform] Extend transform.foreach to take multiple arguments (PR #93705)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu May 30 00:59:48 PDT 2024
================
@@ -1463,6 +1526,7 @@ void transform::ForeachOp::getSuccessorRegions(
OperandRange
transform::ForeachOp::getEntrySuccessorOperands(RegionBranchPoint point) {
+ // TODO: figure out how to update the comment & impl if necessary
----------------
ftynse wrote:
This logic still applies.
https://github.com/llvm/llvm-project/pull/93705
More information about the Mlir-commits
mailing list