From fed6d343e5f83e4ff79e47f24ece86d583a378a9 Mon Sep 17 00:00:00 2001 From: NiccoloN Date: Thu, 9 Jul 2026 10:56:19 +0200 Subject: [PATCH] remove accidental copy-paste --- .../MergeComputeNodes/DeferredCommunicationPlanning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIM/Dialect/Spatial/Transforms/MergeComputeNodes/DeferredCommunicationPlanning.cpp b/src/PIM/Dialect/Spatial/Transforms/MergeComputeNodes/DeferredCommunicationPlanning.cpp index 7f71439..0261cd2 100644 --- a/src/PIM/Dialect/Spatial/Transforms/MergeComputeNodes/DeferredCommunicationPlanning.cpp +++ b/src/PIM/Dialect/Spatial/Transforms/MergeComputeNodes/DeferredCommunicationPlanning.cpp @@ -216,7 +216,7 @@ static LogicalResult finalizeDeferredCommunication(OpBuilder &builder, loc, transfer, transfer->getBlock()->getArgument(0), - block->getArguments(),finalizeDeferredCommunication + block->getArguments(), sourceOperandForScheduledLaneAttr); if (failed(multiSourceSelection)) return failure();