From 2f53d6ae2ee2456eeccc2e987ce59fd0c095ee25 Mon Sep 17 00:00:00 2001 From: ALEXks Date: Sun, 22 Jun 2025 09:22:10 +0300 Subject: [PATCH] fixed --- src/Transformations/LoopCombining/loops_combiner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Transformations/LoopCombining/loops_combiner.cpp b/src/Transformations/LoopCombining/loops_combiner.cpp index ed08b6d..9ab3e2b 100644 --- a/src/Transformations/LoopCombining/loops_combiner.cpp +++ b/src/Transformations/LoopCombining/loops_combiner.cpp @@ -667,7 +667,7 @@ static void renameIterationVariables(LoopGraph* loop, const maploopSymbol(); + const string& loopName = loop->loopSymbol(); for (auto& [from, to] : symbols) { if (from->identifier() == loopName)