From 450cc715b4b1b9b680e35e6a612e2f4a500c1f67 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 16 Mar 2022 19:46:03 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 32d76774a..e642edd37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Language Features: Compiler Features: * Peephole Optimizer: Remove operations without side effects before simple terminations. + * Yul Optimizer: Take termination of branches into account for data flow analysis. Bugfixes: