Changelog entry.

This commit is contained in:
chriseth 2022-03-16 19:46:03 +01:00
parent bfaaf6c2f3
commit 450cc715b4

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features: Compiler Features:
* Peephole Optimizer: Remove operations without side effects before simple terminations. * Peephole Optimizer: Remove operations without side effects before simple terminations.
* Yul Optimizer: Take termination of branches into account for data flow analysis.
Bugfixes: Bugfixes: