[Mlir-commits] [mlir] [mlir][Transform] Extend transform.foreach to take multiple arguments (PR #93705)

Rolf Morel llvmlistbot at llvm.org
Thu May 30 09:45:13 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
----------------
rolfmorel wrote:

Thanks. Could you check that my updated comment here is accurate/relevant?

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


More information about the Mlir-commits mailing list